调整组件大小

dev-scheduling
zhangdi 1 month ago
parent 5e7c1d70ba
commit 4fe9b839e2
  1. 6
      src/main.js

@ -36,6 +36,7 @@ import tenantPackage from './views/system/tenantpackage.vue';
import tenantDatasource from './views/system/tenantdatasource.vue';
import * as echarts from 'echarts';
import 'virtual:svg-icons-register'
// import print from 'vue3-print-nb' // 打印插件
// window.$crudCommon = crudCommon;
@ -70,12 +71,15 @@ app.use(router);
// app.use(print)
app.use(ElementPlus, {
locale: messages[language],
size: 'small',
});
// size: 'small'
//
app.use(Avue, {
axios,
calcHeight: 10,
locale: messages[language],
size: 'small',
});
app.use(avueUeditor, { axios });
app.use(VueClipboard, {

Loading…
Cancel
Save