shish 3 лет назад
Родитель
Сommit
6d46cbe36e
1 измененных файлов с 7 добавлено и 8 удалено
  1. 7 8
      ghsApp/src/pagesGys/details.vue

+ 7 - 8
ghsApp/src/pagesGys/details.vue

@@ -304,15 +304,14 @@ export default {
 			}
 		}
 		.btn-view {
-			display: flex;
+			display:flex;
 			.admin-button-com {
-				display: flex;
-				align-items: center;
-				justify-content: center;
-				margin: 0 10upx;
-				width: 200upx;
-				height: 70upx;
-				// line-height: 70upx;
+				display:flex;
+				align-items:center;
+				justify-content:center;
+				margin:0 10upx;
+				width:200upx;
+				height:84upx;
 				font-size: 32upx;
 			}
 		}