1.diy---- 文章选项卡开发

master
sws 2024-09-11 15:32:58 +08:00
parent 8887121aff
commit fc608f86ae
1 changed files with 1 additions and 1 deletions

View File

@ -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;