From 3457bf08eae9d9453c88dd62991c3e286eb1df4b Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期四, 26 十二月 2024 10:53:52 +0800 Subject: [PATCH] 个人信息页面&&管理功能模块图标更改 --- Source/plt-web/plt-web-ui/src/styles/ui.scss | 42 ++++++++++++++++++++++++++++++++++++++---- 1 files changed, 38 insertions(+), 4 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..ab4ac8f 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; @@ -505,6 +536,9 @@ height: 20px; line-height: 20px; } +.el-menu--popup-right-start{ + margin-left: 1px; +} .font14{font-size: 14px;width: 12px;height: 12px;display: inline-block;} .font16{font-size: 16px;width: 14px;height: 14px;display: inline-block;} -- Gitblit v1.9.3