shish 1 месяц назад
Родитель
Сommit
ef69feb459

+ 1 - 1
ghsApp/src/admin/home/login.vue

@@ -891,7 +891,7 @@ export default {
 
 .login-footer-link {
   color: #6b737c;
-  font-size: 32upx;
+  font-size: 34upx;
   line-height: 40upx;
 }
 

+ 5 - 2
ghsApp/src/admin/home/workbench.vue

@@ -1315,13 +1315,16 @@ export default {
 	margin: 28upx 0 0;
 	padding: 0;
 	min-width: 0;
-	height: 88upx;
-	line-height: 88upx;
+	height: 96upx;
+	line-height: 96upx;
 	font-size: 32upx;
 	font-weight: 600;
 	border-radius: 999upx;
 	text-align: center;
 	border: none;
+	display: flex;
+	align-items: center;
+	justify-content: center;
 }
 
 .guest-card-btn::after {

+ 1 - 1
hdApp/src/admin/home/login.vue

@@ -922,7 +922,7 @@ export default {
 
 .login-footer-link {
   color: #6b737c;
-  font-size: 32upx;
+  font-size: 34upx;
   line-height: 42upx;
 }