This commit is contained in:
sanjayk03-dev
2024-01-29 04:08:26 +05:30
parent 0e1360297e
commit 61b24e0559
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ script#macros-template(type="text/x-template")
input(type="radio",:id="'tab'+(index+2)", name="tabs",@click="tab = (index+2).toString()")
label(:for="'tab'+(index+2)",style="height:50px;width:100px") Macros {{index+2}}
section.macros-tab-content(v-for="(index,macros) in config.macros",:id="'content'+(index+1)")
section.tab-content(v-for="(index,macros) in config.macros",:id="'content'+(index+1)")
.macros-form
p.title Name
.input-container

View File

@@ -939,7 +939,7 @@ tt.save
> #tab17:checked ~ #content17,
> #tab18:checked ~ #content18,
> #tab19:checked ~ #content19,
> #tab20:checked ~ #content20,
> #tab20:checked ~ #content20
display block
[id^="tab"]:checked + label