瀏覽代碼

修改新增页面样式

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>