@@ -1,5 +1,14 @@
module.exports = {
presets: [
'@vue/app'
+ ],
+ "plugins": [
+ [
+ "component",
+ {
+ "libraryName": "umy-ui",
+ "styleLibraryName": "theme-chalk"
+ }
+ ]
]
}
@@ -239,4 +239,8 @@
.el-message {
top: 49% !important;
+}
+/***规则查询查看弹窗表格tooltip***/
+.elx-table--tooltip-wrapper{
+ z-index: 9999!important;