feat(table): add vxe-table

This commit is contained in:
xiaoxian521
2021-04-02 14:52:50 +08:00
parent 2467de5493
commit 2de43ef859
6 changed files with 238 additions and 403 deletions

View File

@@ -20,7 +20,7 @@ label {
}
html {
overflow: hidden;
overflow-x: hidden;
width: 100%;
height: 100%;
box-sizing: border-box;
@@ -29,7 +29,7 @@ html {
#app {
width: 100%;
height: 100%;
overflow: hidden;
overflow-x: hidden;
}
*,