From 72a8dc5fcb0802d47b330fc81aab0359c4b69a5f Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期四, 26 十二月 2024 10:52:16 +0800 Subject: [PATCH] 修改样式 --- Source/plt-web/plt-web-ui/src/styles/ui.scss | 39 +++++++++++++++++++++++++++++++++++---- Source/plt-web/plt-web-ui/src/views/authority/secure/machineClassification/index.vue | 2 +- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/styles/ui.scss b/Source/plt-web/plt-web-ui/src/styles/ui.scss index 84b2529..3e7bc10 100644 --- a/Source/plt-web/plt-web-ui/src/styles/ui.scss +++ b/Source/plt-web/plt-web-ui/src/styles/ui.scss @@ -352,6 +352,10 @@ .el-card__body { padding: 15px; } + +/* +寮瑰嚭妗� + */ .el-dialog{ margin: 50px auto; } @@ -377,6 +381,10 @@ border-top: 1px solid #e9e7e7; padding: 10px 20px 10px; } + +/* +鍒楄〃 + */ .avue-crud .avue-form { margin: 0px auto !important; // 琛ㄦ牸鍐呯殑琛ㄥ崟锛堟瘮濡�:鎼滅储鏍忥級 鍙栨秷涓嬭竟璺� } @@ -394,6 +402,15 @@ } .avue-crud table td{ line-height: 22px; +} +.el-table--small, .el-table__expand-icon{ + font-size: 14px; +} +.el-table--small .el-table__cell { + padding: 6px 0; +} +.avue-crud .el-table th{ + font-weight: 400; } .el-table .cell{ line-height: 22px; @@ -418,12 +435,18 @@ .el-table .sort-caret.descending{ bottom: 0; } + +/* +鍒嗛〉 + */ .avue-crud__pagination{ padding: 15px 0 10px; } -.el-form .el-col{ - margin-bottom: 0; -} + + +/* +UI寮曟搸椤甸潰 + */ .UITabs > .el-tabs__content{ height:calc(100% - 56px); } @@ -453,6 +476,12 @@ height: 100%; } +/* +琛ㄥ崟 + */ +.el-form .el-col{ + margin-bottom: 0; +} .el-form-item{ margin-bottom: 15px; } @@ -460,10 +489,12 @@ margin-bottom: 15px; } + +/***鎸夐挳妗�****/ .tree-buttons .el-button{ margin: 0 5px 5px 0; } -/***鎸夐挳妗�****/ + .headerCon { display: flex; flex-wrap: wrap; diff --git a/Source/plt-web/plt-web-ui/src/views/authority/secure/machineClassification/index.vue b/Source/plt-web/plt-web-ui/src/views/authority/secure/machineClassification/index.vue index 1abe004..5444d24 100644 --- a/Source/plt-web/plt-web-ui/src/views/authority/secure/machineClassification/index.vue +++ b/Source/plt-web/plt-web-ui/src/views/authority/secure/machineClassification/index.vue @@ -15,7 +15,7 @@ </el-button> <el-button icon="el-icon-upload2" plain size="small" type="primary" @click="uploadClickHandler">瀵煎叆 </el-button> - <el-button class="smallBtn" plain size="small" type="primary" + <el-button plain size="small" type="primary" @click="checkViewClickHandler">鏌ョ湅浣跨敤鑼冨洿 </el-button> </div> -- Gitblit v1.9.3