Browse Source

修改设备认证样式

xiebaomin 2 năm trước cách đây
mục cha
commit
11d47b89a2
2 tập tin đã thay đổi với 16 bổ sung0 xóa
  1. 8 0
      src/views/normal/club/device/edit.vue
  2. 8 0
      src/views/normal/club/edit.vue

+ 8 - 0
src/views/normal/club/device/edit.vue

@@ -423,4 +423,12 @@ export default {
 .el-tab-pane {
   margin-top: 24px;
 }
+::v-deep .el-tabs__item {
+  font-size: 20px;
+  font-weight: bold;
+  color: #82848a;
+}
+::v-deep .el-tabs__item.is-active {
+  color: #1890ff;
+}
 </style>

+ 8 - 0
src/views/normal/club/edit.vue

@@ -146,4 +146,12 @@ export default {
 .page-form-container {
   padding: 60px 0;
 }
+::v-deep .el-tabs__item {
+  font-size: 20px;
+  font-weight: bold;
+  color: #82848a;
+}
+::v-deep .el-tabs__item.is-active {
+  color: #1890ff;
+}
 </style>