配置
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<input type="number" class="inputStyle" v-model="setTime">
|
<input type="number" class="inputStyle" v-model="setTime">
|
||||||
</div>
|
</div>
|
||||||
<div class="inputOuter">
|
<div class="inputOuter">
|
||||||
<label>大屏</label>
|
<label>设备大屏</label>
|
||||||
<button class="btn btn1 fr" @click="_queryDevice()">查找</button>
|
<button class="btn btn1 fr" @click="_queryDevice()">查找</button>
|
||||||
<div class="fr select_wrap">
|
<div class="fr select_wrap">
|
||||||
<dropdown-menu
|
<dropdown-menu
|
||||||
@@ -68,7 +68,7 @@ export default {
|
|||||||
setTime: this.$store.getters.setTime,
|
setTime: this.$store.getters.setTime,
|
||||||
fullscreen: false,
|
fullscreen: false,
|
||||||
heightLimit: 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,
|
active: this.$store.getters.equipId,
|
||||||
open: false
|
open: false
|
||||||
}
|
}
|
||||||
@@ -131,7 +131,7 @@ export default {
|
|||||||
position fixed
|
position fixed
|
||||||
left 50%
|
left 50%
|
||||||
top 50%
|
top 50%
|
||||||
width 410px
|
width 450px
|
||||||
transform translate3d(-50%, -50%, 0)
|
transform translate3d(-50%, -50%, 0)
|
||||||
background-color rgba(255, 255, 255, 0.8)
|
background-color rgba(255, 255, 255, 0.8)
|
||||||
border-radius 5px
|
border-radius 5px
|
||||||
@@ -163,7 +163,7 @@ export default {
|
|||||||
width 200%
|
width 200%
|
||||||
.login_card
|
.login_card
|
||||||
width 50%
|
width 50%
|
||||||
padding .3rem
|
padding 20px
|
||||||
.card_wrap
|
.card_wrap
|
||||||
width 100%
|
width 100%
|
||||||
.inputOuter
|
.inputOuter
|
||||||
@@ -172,7 +172,7 @@ export default {
|
|||||||
width 100%
|
width 100%
|
||||||
margin-bottom 12px
|
margin-bottom 12px
|
||||||
.inputStyle, select
|
.inputStyle, select
|
||||||
width 260px
|
width 330px
|
||||||
font-size 16px
|
font-size 16px
|
||||||
float right
|
float right
|
||||||
background none
|
background none
|
||||||
@@ -206,7 +206,7 @@ label
|
|||||||
color #333333
|
color #333333
|
||||||
padding-left 5px
|
padding-left 5px
|
||||||
.select_wrap
|
.select_wrap
|
||||||
width 200px
|
width 270px
|
||||||
height 38px
|
height 38px
|
||||||
line-height 38px
|
line-height 38px
|
||||||
font-size 16px
|
font-size 16px
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="bg">
|
<section class="bg">
|
||||||
<t-header title="海亮铜管智能车间生产监控中心"></t-header>
|
<t-header title="海亮铜管智能车间AGV监控中心"></t-header>
|
||||||
<div class="container" @click="rectClick">
|
<div class="container" @click="rectClick">
|
||||||
<p>{{zb}}</p>
|
<p>{{zb}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user