From 0000e935d6c7f74cb6682aea1bbf24d8deade390 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 03 七月 2025 17:49:18 +0800 Subject: [PATCH] 1 --- src/assets/styles/index.scss | 38 +++++++++++++++++++++++++++++++++++--- 1 files changed, 35 insertions(+), 3 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 37d9dfd..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,7 +120,7 @@ } } -//main-container鍏ㄥ眬鏍峰紡 +// main-container鍏ㄥ眬鏍峰紡 .app-container { padding: 20px; width: 100%; @@ -135,7 +136,7 @@ } .text-center { - text-align: center + text-align: center; } .sub-navbar { @@ -182,7 +183,7 @@ } } -//refine vue-multiselect plugin +// refine vue-multiselect plugin .multiselect { line-height: 16px; } @@ -190,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