فهرست منبع

修改设备认证样式

xiebaomin 2 سال پیش
والد
کامیت
11d47b89a2
2فایلهای تغییر یافته به همراه16 افزوده شده و 0 حذف شده
  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>