소스 검색

修改输入框宽度

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;