v3.17.0 【新增】新增菜单展开1个配置;【新增】移除表格固定高度;【新增】App登录token模式

This commit is contained in:
zhuoda
2025-04-08 20:21:07 +08:00
parent 87354b38d4
commit b0addda9e9
20 changed files with 95 additions and 57 deletions

View File

@@ -52,7 +52,7 @@
import { themeColors } from '/@/theme/color.js';
import { Popover } from 'ant-design-vue';
import SmartCopyIcon from '/@/components/framework/smart-copy-icon/index.vue';
import _ from 'lodash';
const slots = useSlots();
const antdLocale = computed(() => messages[useAppConfigStore().language].antdLocale);
const dayjsLocale = computed(() => messages[useAppConfigStore().language].dayjsLocale);
@@ -90,6 +90,9 @@
return text;
}
}
window.addEventListener('resize',_.throttle(()=>{
window.location.reload()
},1000));
</script>
<style scoped lang="less">
:deep(.ant-table-column-sorters) {