ui fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user