Browse Source

修改新增页面样式

gyj 2 years ago
parent
commit
f7c098940b
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/views/caseManagement/components/caseentryDialog.vue

+ 4
- 0
src/views/caseManagement/components/caseentryDialog.vue View File

@@ -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>