浏览代码

修改输入框宽度

zhangxc 6 年之前
父节点
当前提交
9a337c1853
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;