style: adjust the layout

This commit is contained in:
xiaoxian521
2021-04-26 19:16:33 +08:00
parent 8fe2b78c87
commit 14728b3ed6
11 changed files with 460 additions and 99 deletions

View File

@@ -23,6 +23,9 @@ import {
ElForm,
ElFormItem,
ElLoading,
ElPopover,
ElPopper,
ElTooltip,
} from "element-plus";
const components = [
@@ -48,6 +51,9 @@ const components = [
ElInput,
ElForm,
ElFormItem,
ElPopover,
ElPopper,
ElTooltip,
];
const plugins = [ElLoading];