优化用户界面及功能,调整表格高度和搜索框宽度

This commit is contained in:
2024-12-11 17:43:35 +08:00
parent dc10df8f64
commit a10ecd6609
25 changed files with 2744 additions and 174 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ import animate from '@/animate';
import { download as dl } from '@/utils/request';
import { useDict } from '@/utils/dict';
import { getConfigKey, updateConfigByKey } from '@/api/system/config';
import { parseTime, addDateRange, handleTree, selectDictLabel, selectDictLabels } from '@/utils/ruoyi';
import { parseTime, addDateRange, handleTree, selectDictLabel, selectDictLabels, autoTableHeight } from '@/utils/ruoyi';
import { App } from 'vue';
@@ -35,6 +35,7 @@ export default function installPlugin(app: App) {
app.config.globalProperties.updateConfigByKey = updateConfigByKey;
app.config.globalProperties.download = dl;
app.config.globalProperties.parseTime = parseTime;
app.config.globalProperties.autoTableHeight = autoTableHeight;
app.config.globalProperties.handleTree = handleTree;
app.config.globalProperties.addDateRange = addDateRange;
app.config.globalProperties.selectDictLabel = selectDictLabel;