[update] 全局样式调整

This commit is contained in:
zhaoxiao
2021-12-15 15:15:26 +08:00
parent b5d7868313
commit 139f17407d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
//页面边距
.main-box {
margin: 12px 12px 0 12px;
//margin: 12px 12px 0 12px;
}
// 封装的列表组件中项目名称的样式
+1 -1
View File
@@ -18,7 +18,7 @@
<span slot="tab" :pagekey="page.fullPath">{{ page.meta.title }}</span>
</a-tab-pane>
</a-tabs>
<div style=" overflow: auto">
<div style=" overflow: auto; margin: 12px 12px 0 12px;">
<!-- update-begin-author:taoyan date:20201221 for:此处删掉transition标签 不知道为什么加上后 页面路由切换的时候即1及菜单切到2及菜单的时候 两个菜单页面会同时出现300-500秒左右 -->
<div>
<keep-alive v-if="multipage && $route.meta.keepAlive">
+1 -1
View File
@@ -191,7 +191,7 @@ body {
}
.layout {
min-height: calc(100vh - 10px) !important;
min-height: 100vh !important;
overflow-x: hidden;
&.mobile {