1.选项卡优化

v1.0.0
sws 2024-10-09 17:51:37 +08:00
parent d630309335
commit 03a43c8299
1 changed files with 0 additions and 4 deletions

View File

@ -116,10 +116,6 @@ if (theme.value == '0') {
form.value.img_radius.radius_top_right = props.defaultConfig.img_radius_1;
}
}
const font_weight = reactive([
{ name: '加粗', value: '500' },
{ name: '正常', value: '400' },
]);
const tabs_checked_event = (arry: string[], type: number) => {
form.value.tabs_checked = arry;
form.value.tabs_direction = type.toString();