From 192a6c1536d3f9017343634c17dc300c6fd98ff6 Mon Sep 17 00:00:00 2001
From: yuyu <1981343953@qq.com>
Date: 星期三, 02 八月 2023 09:36:23 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/yuanchu_code/frontend-zhongtian-ocean

---
 src/App.vue |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 7dba306..ccd4a2b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -115,7 +115,7 @@
   .el-popper .popper__arrow{
     display: none ;
   }
-  /**淇敼鍏ㄥ眬鐨勬粴鍔ㄦ潯*/
+/**淇敼鍏ㄥ眬鐨勬粴鍔ㄦ潯*/
 /**婊氬姩鏉$殑瀹藉害*/
 ::-webkit-scrollbar {
 	width: 8px;
@@ -158,10 +158,33 @@
     color: #999;
     font-weight: 500;
   }
-  
   .el-pager .number.active {
     background-color: #004EA2;
     color: #fff;
     border: 0;
   }
+  /* 鍏ㄥ眬妯℃�佹鏍峰紡 */
+  .el-dialog__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;
+  }
+  .el-dialog__header .el-dialog__title{
+    font-size: 18px !important;
+  }
+  /* 鍏ㄥ眬杈撳叆妗嗘牱寮� */
+  /* 鍏ㄥ眬鎸夐挳鏍峰紡 */
 </style>

--
Gitblit v1.9.3