huangbin 4 年之前
父節點
當前提交
1f83501a42
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 0 1
      src/assets/styles/mixin.less
  2. 1 0
      src/layout/components/main.vue
  3. 1 1
      src/layout/components/top.vue

+ 0 - 1
src/assets/styles/mixin.less

@@ -1653,7 +1653,6 @@ input:-internal-autofill-selected {
     // }
 }
 .topTableHeight40 {
-    position: relative;
     height: calc(100% - 40px);
 }
 

+ 1 - 0
src/layout/components/main.vue

@@ -46,6 +46,7 @@ export default defineComponent({
 <style lang="less">
 .exposure {
     height: 100%;
+    position: relative;
 }
 .noBorderBottom {
     border-bottom: none;

+ 1 - 1
src/layout/components/top.vue

@@ -12,7 +12,7 @@
         <Menu @chooseMenu="chooseMenu"
               :collapsed="collapsed" />
       </a-layout-sider>
-      <a-layout-content :style="{ background: '#0E0E0F', flex: 1 }">
+      <a-layout-content :style="{ background: '#0E0E0F', flex: 1, }">
         <!-- <Drawer :title="'挂牌'" :visible="visible"></Drawer> -->
         <!-- <Main /> -->
         <router-view />