fix: 🐛 代码规范检测问题修复

Former-commit-id: 6e75bc91ce33ea9e7a17fbcb896f086f768896f4
This commit is contained in:
郝先瑞
2023-04-15 23:51:27 +08:00
parent 5b033246bc
commit 0605f89a67
24 changed files with 440 additions and 450 deletions

View File

@@ -2,7 +2,7 @@
<template>
<div class="app-container">
<iframe
id="apidocIframe"
id="apidoc-iframe"
src="https://www.apifox.cn/apidoc/shared-195e783f-4d85-4235-a038-eec696de4ea5"
width="100%"
frameborder="0"
@@ -11,12 +11,12 @@
</template>
<style lang="scss" scoped>
#apidocIframe {
#apidoc-iframe {
height: calc(100vh - 100px);
}
.hasTagsView {
#apidocIframe {
#apidoc-iframe {
height: calc(100vh - 140px);
}
}