ソースを参照

修改新增页面样式

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

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

@@ -1228,4 +1228,8 @@ export default {
1228 1228
     color: #959595;
1229 1229
   }
1230 1230
 }
1231
+::v-deep .el-input--medium .el-input__inner {
1232
+  height: 40px;
1233
+  line-height: 40px;
1234
+}
1231 1235
 </style>