Lebel Rotary Button
This commit is contained in:
@@ -94,6 +94,7 @@ html(lang="en")
|
|||||||
div
|
div
|
||||||
button.rotary-button(:disabled="!enable_rotary", :class="is_rotary_active && 'active'", @click="showSwitchRotaryModeDialog")
|
button.rotary-button(:disabled="!enable_rotary", :class="is_rotary_active && 'active'", @click="showSwitchRotaryModeDialog")
|
||||||
img(src="/images/rotary.svg", alt="rotary", :style="is_rotary_active ? 'width:90%;' : 'width:85%;'")
|
img(src="/images/rotary.svg", alt="rotary", :style="is_rotary_active ? 'width:90%;' : 'width:85%;'")
|
||||||
|
div.rotary-text Rotary
|
||||||
|
|
||||||
.video(title="Plug camera into USB.\n" +
|
.video(title="Plug camera into USB.\n" +
|
||||||
"Left click to toggle video size.\n" +
|
"Left click to toggle video size.\n" +
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ tt
|
|||||||
width 100px
|
width 100px
|
||||||
height 100px
|
height 100px
|
||||||
border-radius 100px
|
border-radius 100px
|
||||||
margin 20px 20px 0 0
|
margin 5px 0 5px 0
|
||||||
display flex
|
display flex
|
||||||
justify-content center
|
justify-content center
|
||||||
align-items center
|
align-items center
|
||||||
@@ -121,6 +121,9 @@ tt
|
|||||||
background #e0e0e0
|
background #e0e0e0
|
||||||
border 1px solid black
|
border 1px solid black
|
||||||
cursor not-allowed
|
cursor not-allowed
|
||||||
|
|
||||||
|
.rotary-text
|
||||||
|
text-align center
|
||||||
|
|
||||||
.video
|
.video
|
||||||
position relative
|
position relative
|
||||||
|
|||||||
Reference in New Issue
Block a user