Selaa lähdekoodia

属性编辑区域,显示名称与管道编辑不在同一条直线上

xiebeibei 4 vuotta sitten
vanhempi
commit
9b21ba09a5
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5 2
      src/components/edit/attr_select.vue

+ 5 - 2
src/components/edit/attr_select.vue

@@ -757,6 +757,9 @@ export default {
       font-size: 14px;
     }
   }
+  .row:first-child{
+    margin-top: 0;
+  }
   .grid {
     margin: 10px 15px;
     .grid-title {
@@ -778,12 +781,12 @@ export default {
     color: #8d9399;
     height: 32px;
     line-height: 32px;
-    margin-top: -5px;
+    /*margin-top: -5px;*/
   }
 
   .edit-option-btn {
     float: right;
-    margin-top: -5px;
+    /*margin-top: -5px;*/
   }
 
   .attr-card {