From f7e1471fb9766573d4e2d80a3bf2725b9128fab8 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期二, 17 十月 2023 10:45:22 +0800
Subject: [PATCH] 	modified:   src/App.vue 	modified:   src/page/index/index.vue 	modified:   src/page/index/logo.vue 	modified:   src/page/index/tags.vue 	modified:   src/page/index/top/index.vue 	modified:   src/page/login/index.vue 	modified:   src/page/wel.vue

---
 src/App.vue |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index d983112..6830291 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -23,4 +23,23 @@
     height: 100%;
     overflow: hidden;
   }
+  /* 鍏ㄥ眬妯℃�佹鏍峰紡 */
+.el-dialog__header,.el-message-box__header {
+  box-sizing: border-box;
+  height: 56px;
+  border-bottom: 1px solid rgb(238, 238, 238);
+  padding: 0px;
+  display: flex;
+  align-items: center;
+}
+.el-dialog__header::before {
+  content: "";
+  display: inline-block;
+  width: 4px;
+  height: 30.24px;
+  background: rgb(0, 95, 201);
+  border-radius: 10px;
+  margin-left: 32px;
+  margin-right: 8.5px;
+}
 </style>

--
Gitblit v1.9.3