This commit is contained in:
2022-07-29 15:11:19 +08:00
parent 6f7cfad3c1
commit e711e1cdef
2 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@
<input type="number" class="inputStyle" v-model="setTime">
</div>
<div class="inputOuter">
<label>大屏</label>
<label>设备大屏</label>
<button class="btn btn1 fr" @click="_queryDevice()">查找</button>
<div class="fr select_wrap">
<dropdown-menu
@@ -68,7 +68,7 @@ export default {
setTime: this.$store.getters.setTime,
fullscreen: false,
heightLimit: false,
option: [{value: '1', label: '大屏一'}, {value: '2', label: '大屏二'}],
option: [{value: '1', label: '海亮铜管智能车间生产监控中心'}, {value: '2', label: '海亮铜管智能车间设备监控中心'}, {value: '3', label: '海亮铜管智能车间AGV监控中心'}],
active: this.$store.getters.equipId,
open: false
}
@@ -131,7 +131,7 @@ export default {
position fixed
left 50%
top 50%
width 410px
width 450px
transform translate3d(-50%, -50%, 0)
background-color rgba(255, 255, 255, 0.8)
border-radius 5px
@@ -163,7 +163,7 @@ export default {
width 200%
.login_card
width 50%
padding .3rem
padding 20px
.card_wrap
width 100%
.inputOuter
@@ -172,7 +172,7 @@ export default {
width 100%
margin-bottom 12px
.inputStyle, select
width 260px
width 330px
font-size 16px
float right
background none
@@ -206,7 +206,7 @@ label
color #333333
padding-left 5px
.select_wrap
width 200px
width 270px
height 38px
line-height 38px
font-size 16px