zsydgithub před 2 roky
rodič
revize
6561acd191
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      6_Dom/3_选项卡.html

+ 1 - 1
6_Dom/3_选项卡.html

@@ -69,7 +69,7 @@
           btns[j].className = ''
           content[j].className = 'actived'
         }
-        this.className = 'selected'
+        this.className = 'selected' 
         console.log(this.index)
         content[this.index].className = 'actived choice'
       }