Browse Source

修改table样式

zhaoke 2 năm trước cách đây
mục cha
commit
dc421f6134
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      src/components/Table/index.vue

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