1.diy---- 文章选项卡开发
parent
8887121aff
commit
fc608f86ae
|
|
@ -79,7 +79,7 @@
|
|||
};
|
||||
// 默认是未选中的状态
|
||||
let style = `${tabs_theme_style.tabs_title}`;
|
||||
if (index == 0) {
|
||||
if (index == this.active_index) {
|
||||
let checked_style = tabs_theme_style.tabs_title_checked;
|
||||
if (['2', '4'].includes(this.tabs_theme_index)) {
|
||||
checked_style += this.tabs_check;
|
||||
|
|
|
|||
Loading…
Reference in New Issue