mirror of
https://gitee.com/zongzhige/shopxo-diy.git
synced 2026-07-08 14:40:00 +08:00
1.选项卡优化
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user