ソースを参照

Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Arbitrate-Frontend into hcb

hanchaobo 2 年 前
コミット
fb5f88710a
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4
    0
      src/views/caseManagement/components/caseentryDialog.vue

+ 4
- 0
src/views/caseManagement/components/caseentryDialog.vue ファイルの表示

@@ -1281,4 +1281,8 @@ export default {
1281 1281
     color: #959595;
1282 1282
   }
1283 1283
 }
1284
+::v-deep .el-input--medium .el-input__inner {
1285
+  height: 40px;
1286
+  line-height: 40px;
1287
+}
1284 1288
 </style>