修改手机端显示

master
于肖磊 2025-08-08 16:13:37 +08:00
parent 9e27b459da
commit e86c233441
1 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,8 @@
},
//
tabs_magic_value_common_style() {
if (!isEmpty(this.tabs_magic_value)) {
return this.tabs_magic_value.style.magic_common;
if (!isEmpty(this.active_tabs_value)) {
return this.active_tabs_value.magic_common;
} else {
return {};
}