😎修复登录页面el-tabs--top样式

This commit is contained in:
zuohuaijun 2025-07-15 16:54:02 +08:00
parent cb370fd9df
commit 9954a98515
2 changed files with 6 additions and 2 deletions

View File

@ -83,9 +83,9 @@
"vue-router": "^4.5.1",
"vue-signature-pad": "^3.0.2",
"vue3-tree-org": "^4.2.2",
"vxe-pc-ui": "^4.7.7",
"vxe-pc-ui": "^4.7.9",
"vxe-table": "^4.14.3",
"xe-utils": "^3.7.6",
"xe-utils": "^3.7.7",
"xlsx-js-style": "^1.2.0"
},
"devDependencies": {

View File

@ -497,6 +497,10 @@
$--el-table-text-color: #fb6d49;
.el-tabs--top {
flex-direction: column !important;
}
// hack列表页
.layout-parent {
height: 0;