shish 2 лет назад
Родитель
Сommit
1e3ea1221c
2 измененных файлов с 4 добавлено и 6 удалено
  1. 1 2
      ghsApp/src/admin/shop/list.vue
  2. 3 4
      ghsApp/src/admin/staff/list.vue

+ 1 - 2
ghsApp/src/admin/shop/list.vue

@@ -24,7 +24,7 @@
 			</block>
 		</div>
 		<div class="app-footer">
-			<div @click="addModel" class="admin-button-com middle blue">添加门店</div>
+			<div @click="addModel" class="admin-button-com big blue">添加门店</div>
 		</div>
 	</div>
 </template>
@@ -160,7 +160,6 @@ export default {
 	.app-footer {
 		justify-content: flex-end;
 		.admin-button-com {
-			width: 160upx;
 			margin-right: 30upx;
 		}
 	}

+ 3 - 4
ghsApp/src/admin/staff/list.vue

@@ -50,7 +50,7 @@
 			</div>
 			<!-- 按钮 -->
 			<div class="app-footer">
-				<div class="admin-button-com middle blue" @click="pageTo({url: '/admin/staff/add'})">添加员工</div>
+				<div class="admin-button-com big blue" @click="pageTo({url: '/admin/staff/add'})">添加员工</div>
 			</div>
 		</block>
 		<!-- 角色管理 -->
@@ -146,7 +146,7 @@ export default {
 				}
 			],
 			delModal: false,
-			delModalText: '确定删除该员工吗?',
+			delModalText: '确认删除该员工?',
 			operateData: {},
 			roleModal: false,
 			roleModalText: '添加',
@@ -323,7 +323,7 @@ export default {
 				position:relative;
 				.staff-name {
 					color: #333;
-					font-size:29upx;
+					font-size:30upx;
 					font-weight: 600;
 					margin-right: 10upx;
 					display: inline-block;
@@ -424,7 +424,6 @@ export default {
 	.app-footer {
 		justify-content: flex-end;
 		.admin-button-com {
-			width: 160upx;
 			margin-right: 30upx;
 		}
 	}