From 1888b426ff2b6a529f5fdef0f0453dadef71824b Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 17 四月 2024 10:17:38 +0800 Subject: [PATCH] 隐藏多单位的问题 --- src/assets/style/reset-element.scss | 52 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 48 insertions(+), 4 deletions(-) diff --git a/src/assets/style/reset-element.scss b/src/assets/style/reset-element.scss index 7bd3668..35ceb8a 100644 --- a/src/assets/style/reset-element.scss +++ b/src/assets/style/reset-element.scss @@ -25,8 +25,26 @@ padding: 0; } } -.color_F56C6C{ - color:#F56C6C; + +::-webkit-scrollbar { + width: 8px !important; + height: 8px !important; + -webkit-appearance: none; + background-color: #00000040; +} +::-webkit-scrollbar-thumb { + box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); + background: #e1e1e1; +} +::-webkit-scrollbar-track { + box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); + // border-radius: 10px; + background: #ffffff; + // background:#2c60c5; +} + +.color_F56C6C { + color: #f56c6c; } // .el-menu-item { // margin: 8px; @@ -41,6 +59,32 @@ // background-position: center; // width: 160px !important; // } -.line_height_30px{ - line-height:30px; +.line_height_30px { + line-height: 30px; +} + +.el-button--primary { + color: #fff; + background-color: $color-primary; + border-color: $color-primary; +} + +.el-pagination.is-background .el-pager li:not(.disabled).active { + background: $color-primary !important; +} + +.el-button--text { + //color: #2a78fb !important; +} +.el-button--text.is-disabled { + color: #7c7f85 !important; +} +.el-button--primary { + color: #fff; + background-color: #2a78fb; + border-color: #2a78fb; +} +// 棰滆壊 +.el-table .onSelect { + background: #ebf2ff; } -- Gitblit v1.8.0