Pārlūkot izejas kodu

style:UI样式修改

zhangsiya 1 gadu atpakaļ
vecāks
revīzija
c9bb33db7c

+ 8 - 4
apps/bigmember_pc/src/components/filter-items/CommonCheckboxSelector.vue

@@ -88,6 +88,12 @@ function onIssueStateChange(value) {
   .j-checkbox-button {
     margin: 0 10px 10px 0;
     ::v-deep{
+      &.is-checked {
+        .el-checkbox-button__inner{
+          background: #2abed1;
+          color: #fff
+        }
+      }
       .el-checkbox-button__inner {
         line-height: 22px;
         border: none;
@@ -108,10 +114,11 @@ function onIssueStateChange(value) {
       }
     }
 
+
   }
   .j-checkbox-button:first-child,
   .j-checkbox-button:last-child {
-    :v-deep{
+    ::v-deep{
       .el-checkbox-button__inner {
         border-color: transparent;
         border-radius: 4px;
@@ -119,9 +126,6 @@ function onIssueStateChange(value) {
       }
     }
   }
-  .el-checkbox-button__inner {
-    color: #1d1d1d;
-  }
   .el-checkbox-button.is-focus .el-checkbox-button__inner {
     border: none;
     border-color: transparent;

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 3 - 3
apps/bigmember_pc/src/components/selector/InfoTypeSelectorContent.vue


+ 8 - 0
apps/bigmember_pc/src/views/search/components/search-schema-filter.vue

@@ -119,6 +119,14 @@ const getPrefix = {
       flex-direction: row;
       align-items: center;
       flex-wrap: wrap;
+      margin-left:-10px;
+    }
+    .search-schema-filter-label{
+      margin-top: 6px;
+    }
+    .search-schema-filter-item{
+      margin-top:6px;
+      margin-right: 10px;
     }
 
   }

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels