test
This commit is contained in:
@@ -208,9 +208,9 @@ script#control-view-template(type="text/x-template")
|
|||||||
.bar(:style="'width:' + (progress || 0) * 100 + '%'")
|
.bar(:style="'width:' + (progress || 0) * 100 + '%'")
|
||||||
|
|
||||||
.macros-div
|
.macros-div
|
||||||
.macros-buttons(v-if="config.macros!=undefined")
|
.macros-buttons(v-if="this.config.macros!=undefined")
|
||||||
p there is a active macros
|
p there is a active macros
|
||||||
.macros-buttons(v-if="config.macros==undefined")
|
.macros-buttons(v-if="this.config.macros==undefined")
|
||||||
p there is no active macros
|
p there is no active macros
|
||||||
|
|
||||||
.tabs
|
.tabs
|
||||||
|
|||||||
@@ -625,7 +625,7 @@ span.unit
|
|||||||
border 0
|
border 0
|
||||||
|
|
||||||
.macros-buttons
|
.macros-buttons
|
||||||
padding 40px
|
// padding 40px
|
||||||
margin-left 200px
|
margin-left 200px
|
||||||
|
|
||||||
|
|
||||||
@@ -1056,7 +1056,7 @@ tt.save
|
|||||||
padding 30px
|
padding 30px
|
||||||
|
|
||||||
div
|
div
|
||||||
display inline
|
display inline-block
|
||||||
|
|
||||||
.macros-form
|
.macros-form
|
||||||
padding-left 50px
|
padding-left 50px
|
||||||
@@ -1073,6 +1073,7 @@ tt.save
|
|||||||
.input-container
|
.input-container
|
||||||
height 40px
|
height 40px
|
||||||
align-items center
|
align-items center
|
||||||
|
vertical-align baseline
|
||||||
|
|
||||||
|
|
||||||
p.title
|
p.title
|
||||||
|
|||||||
Reference in New Issue
Block a user