feat: add vxe-table theme and perf layout theme (#226)

feat: add vxe-table theme and perf layout theme
This commit is contained in:
一万
2022-03-30 12:27:51 +08:00
committed by GitHub
parent 9cdfe80143
commit de76497e8a
16 changed files with 159 additions and 173 deletions

View File

@@ -0,0 +1,6 @@
@import "vxe-table/styles/variable.scss";
@import "vxe-table/styles/modules.scss";
i {
border-color: initial;
}

View File

@@ -1,4 +1,5 @@
import "xe-utils";
import "./index.scss";
import XEUtils from "xe-utils";
import { App, unref } from "vue";
import { i18n } from "/@/plugins/i18n";