From a2a2ca31f489d7ba38672b8d5317a56ccb24580f Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期五, 26 四月 2024 17:26:47 +0800 Subject: [PATCH] 枚举接口更改上传 --- Source/ProjectWeb/src/App.vue | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Source/ProjectWeb/src/App.vue b/Source/ProjectWeb/src/App.vue index b32552c..e909b77 100644 --- a/Source/ProjectWeb/src/App.vue +++ b/Source/ProjectWeb/src/App.vue @@ -50,7 +50,7 @@ } .UI-collapse{ box-sizing: border-box; - height: 100%; + height: calc(100% - 10px); } .UI-collapse > .el-collapse-item{ max-height: calc(100% - 60px); @@ -58,9 +58,9 @@ } .UI-collapse > .el-collapse-item > .el-collapse-item__wrap{ height:calc(100% - 49px); - overflow: auto; } .UI-collapse > .el-collapse-item > .el-collapse-item__wrap > .el-collapse-item__content{ + height: 100%; padding-bottom: 5px; } .UI-dynamic{ @@ -69,4 +69,15 @@ .UI-dynamic > .avue-crud{ height: 100%; } + +.el-form-item{ + margin-bottom: 15px; +} +.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item{ + margin-bottom: 10px; +} + +.tree-buttons .el-button{ + margin: 0 5px 5px 0; +} </style> -- Gitblit v1.9.3