From f38a516e08b62c5e7350e1146f2c8478be5907d8 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期四, 10 八月 2023 17:53:11 +0800
Subject: [PATCH] Crunchy-08/10下班

---
 src/App.vue |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index e34819f..67df6d5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -185,30 +185,40 @@
   .el-dialog__header .el-dialog__title{
     font-size: 16px !important;
   }
-	
+
 	.el-dialog__footer .el-button *{
 		font-size: 14px !important;
 	}
-	
+
 	.el-dialog__footer .el-button{
 		height: 36px;
 		border: 1px solid rgba(190, 190, 190, 0.44);
 		box-shadow: 0px 2px 4px rgba(220, 220, 220, 0.41);
 		padding: 0 14px;
 	}
-	
+
 	.el-button--primary{
 		background: #004EA2;
 	}
-	
+
 	.el-dialog__body{
 		padding: 15px 20px;
 	}
-	
+
 	.el-input.is-disabled input{
 		color: #666 !important;
 		background-color: rgba(0, 0, 0, 0.05) !important;
 	}
   /* 鍏ㄥ眬杈撳叆妗嗘牱寮� */
   /* 鍏ㄥ眬鎸夐挳鏍峰紡 */
+  .el-icon-arrow-left{
+    display: flex;
+    line-height: 60px !important;
+    justify-content: center;
+  }
+  .el-icon-arrow-right{
+    display: flex;
+    line-height: 60px !important;
+    justify-content: center;
+  }
 </style>

--
Gitblit v1.9.3