From f590983c4a9ee48f1d76ec8750a3e1aa0913cb5b Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 16 七月 2025 14:42:16 +0800 Subject: [PATCH] 1 --- src/assets/styles/index.scss | 39 ++++++++++++++++++++++++++++++++++++--- 1 files changed, 36 insertions(+), 3 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 96095ef..deb1889 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -1,3 +1,4 @@ +/* src/assets/styles/index.scss */ @import './variables.scss'; @import './mixin.scss'; @import './transition.scss'; @@ -119,9 +120,10 @@ } } -//main-container鍏ㄥ眬鏍峰紡 +// main-container鍏ㄥ眬鏍峰紡 .app-container { padding: 20px; + width: 100%; } .components-container { @@ -134,7 +136,7 @@ } .text-center { - text-align: center + text-align: center; } .sub-navbar { @@ -181,7 +183,7 @@ } } -//refine vue-multiselect plugin +// refine vue-multiselect plugin .multiselect { line-height: 16px; } @@ -189,3 +191,34 @@ .multiselect--active { z-index: 1000 !important; } + +/* 鑷畾涔� Element UI 閫氱煡鏍峰紡 */ +.el-notification { + min-width: 300px !important; + background-color: #f0f9eb !important; + border-color: #e1f3d8 !important; + color: #67c23a !important; + font-size: 16px !important; + padding: 15px 20px !important; + z-index: 10000 !important; /* 鎻愰珮 z-index锛岃秴杩� Layout 鐨� drawer-bg */ + position: fixed !important; + top: 50px !important; + right: 20px !important; +} + +.el-notification.global-notification { + z-index: 10000 !important; /* 璋冭瘯鐢紝纭繚涓嶈閬尅 */ +} + +.el-notification__title { + font-weight: bold !important; +} + +.el-notification__content { + font-size: 14px !important; + color: #333 !important; +} + +.el-notification__closeBtn { + color: #999 !important; +} \ No newline at end of file -- Gitblit v1.8.0