Parcourir la source

修改输入框宽度

zhangxc il y a 6 ans
Parent
commit
9a337c1853
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/components/icss/AddChronicAndIndexRelation.vue

+ 2 - 2
src/components/icss/AddChronicAndIndexRelation.vue

@@ -322,7 +322,7 @@
             border-collapse: collapse;
             tr {
                 td {
-                    height: 40px;
+                    padding: 5px 10px;
                     border-bottom: 1px solid #a9a9a9;
                     text-align: center;
                 }
@@ -349,7 +349,7 @@
             text-align: center;
             height: 28px;
             color: #606266;
-            width: 80%;
+            width: 60%;
         }
         .btn {
             position: relative;