소스 검색

修改设备认证样式

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>