zhaoke 2 жил өмнө
parent
commit
dc421f6134

+ 7 - 0
src/components/Table/index.vue

@@ -1014,4 +1014,11 @@ export default {
 .el-select-dropdown__item.hover {
   background: #d2d6df;
 }
+.data-table-dialog {
+  ::v-deep .dialog-content {
+    .el-form-item__content {
+      line-height: 41px;
+    }
+  }
+}
 </style>