浏览代码

Merge branch '主页布局fix' into 'master'

主页布局fix

See merge request tian-group/skyeye-admin-fe!67
楼航飞 2 年之前
父节点
当前提交
5ea0858052
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/page-config/PageConfig.vue

+ 1 - 1
src/views/page-config/PageConfig.vue

@@ -16,7 +16,7 @@
         </el-button>
       </div>
     </el-card>
-    <el-card shadow="never" class="flex-1" style="margin-top: 8px">
+    <el-card shadow="never" class="flex-1" style="margin-top: 8px; overflow: auto">
       <PageMain />
     </el-card>
   </div>