From e40c2d5988a9ad1afa26421bf8cfdfffba1e0ff3 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期三, 30 八月 2023 18:01:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/App.vue b/src/App.vue
index a25f956..f9aafd2 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -6,7 +6,10 @@
 
 <script>
 export default {
-  name: 'App'
+  name: 'App',
+	mounted() {
+		document.title = "瑁呭鐢电紗 lims 绯荤粺"
+	}
 }
 </script>
 
@@ -48,6 +51,16 @@
 		color: #fff;
 	}
 	
+	.el-message-box{
+		border: 0;
+		border-radius: 15px;
+	}
+	
+	.el-message-box__header * {
+		font-size: 16px !important;
+		color: #fff !important;
+	}
+	
 	.el-dialog__headerbtn .el-dialog__close{
 		color: #fff;
 		top: -20px;
@@ -67,4 +80,20 @@
 	  box-shadow: 0px 2px 4px rgba(220, 220, 220, 0.41);
 	  padding: 0 14px;
 	}
+	
+	.ins_state_success{
+		background-color: #67c23a;
+		color: #fff;
+		display: initial;
+		padding: 6px 10px;
+		border-radius: 4px;
+	}
+	
+	.ins_state_error{
+		background-color: #f56c6c;
+		color: #fff;
+		display: initial;
+		padding: 6px 10px;
+		border-radius: 4px;
+	}
 </style>

--
Gitblit v1.9.3