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()")
|
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}}
|
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
|
.macros-form
|
||||||
p.title Name
|
p.title Name
|
||||||
.input-container
|
.input-container
|
||||||
|
|||||||
@@ -939,7 +939,7 @@ tt.save
|
|||||||
> #tab17:checked ~ #content17,
|
> #tab17:checked ~ #content17,
|
||||||
> #tab18:checked ~ #content18,
|
> #tab18:checked ~ #content18,
|
||||||
> #tab19:checked ~ #content19,
|
> #tab19:checked ~ #content19,
|
||||||
> #tab20:checked ~ #content20,
|
> #tab20:checked ~ #content20
|
||||||
display block
|
display block
|
||||||
|
|
||||||
[id^="tab"]:checked + label
|
[id^="tab"]:checked + label
|
||||||
|
|||||||
Reference in New Issue
Block a user