From 54d5ec8ed84113f7d928c4b6e86bc9d640bffc71 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期二, 31 十月 2023 18:06:20 +0800
Subject: [PATCH] modified: src/api/basic/division.js modified: src/views/basic/division/division-form.vue modified: src/views/basic/division/index.vue modified: src/views/basic/part/index.vue modified: src/views/basic/post/post-form.vue modified: src/views/technology/document/index.vue modified: vue.config.js
---
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