mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增预览页
This commit is contained in:
@@ -69,16 +69,6 @@ defineProps({
|
||||
const settingStore = useSettingStore()
|
||||
|
||||
const list = reactive<ListType[]>([
|
||||
{
|
||||
key: SettingStoreEnums.CHART_ALIGN_RANGE,
|
||||
value: settingStore.getChartAlignRange,
|
||||
type: 'number',
|
||||
name: '吸附距离',
|
||||
min: 10,
|
||||
suffix: 'px',
|
||||
step: 2,
|
||||
desc: '移动图表时的吸附距离'
|
||||
},
|
||||
{
|
||||
key: SettingStoreEnums.ASIDE_ALL_COLLAPSED,
|
||||
value: settingStore.getAsideAllCollapsed,
|
||||
@@ -100,6 +90,16 @@ const list = reactive<ListType[]>([
|
||||
name: '切换语言',
|
||||
desc: '切换语言重新加载页面',
|
||||
tip: '若遇到部分区域语言切换失败,则开启'
|
||||
},
|
||||
{
|
||||
key: SettingStoreEnums.CHART_ALIGN_RANGE,
|
||||
value: settingStore.getChartAlignRange,
|
||||
type: 'number',
|
||||
name: '吸附距离',
|
||||
min: 10,
|
||||
suffix: 'px',
|
||||
step: 2,
|
||||
desc: '移动图表时的吸附距离'
|
||||
}
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user