页面宽度调整
This commit is contained in:
parent
0d364cb5de
commit
ea641b4cf5
|
@ -236,7 +236,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-body {
|
.search-body {
|
||||||
width: 710upx;
|
width: 720upx;
|
||||||
height: 78rpx;
|
height: 78rpx;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-radius: 39rpx;
|
border-radius: 39rpx;
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
|
|
||||||
.apply-info {
|
.apply-info {
|
||||||
min-height: 70vh;
|
min-height: 70vh;
|
||||||
width: 710upx;
|
width: 720upx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
@ -258,7 +258,7 @@
|
||||||
|
|
||||||
.apply-info {
|
.apply-info {
|
||||||
min-height: 70vh;
|
min-height: 70vh;
|
||||||
width: 710upx;
|
width: 720upx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
@ -446,7 +446,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-info {
|
.form-info {
|
||||||
width: 710rpx;
|
width: 720upx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<view class="title">监控状态</view>
|
<view class="title">监控状态</view>
|
||||||
<view class="content contentFlex">
|
<view class="content contentFlex">
|
||||||
<text v-if="formData.mtask_status" style="width: 160upx;">{{msOptions[formData.mtask_status]}}</text>
|
<text v-if="formData.mtask_status" style="width: 200upx;">{{msOptions[formData.mtask_status]}}</text>
|
||||||
<text class="bindBtn" @click="mtaskStateChange('start')">开始</text>
|
<text class="bindBtn" @click="mtaskStateChange('start')">开始</text>
|
||||||
<text class="bindBtn2" @click="mtaskStateChange('end')">停止</text>
|
<text class="bindBtn2" @click="mtaskStateChange('end')">停止</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -245,7 +245,7 @@
|
||||||
|
|
||||||
.apply-info {
|
.apply-info {
|
||||||
min-height: 70vh;
|
min-height: 70vh;
|
||||||
width: 710upx;
|
width: 720upx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
@ -445,7 +445,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-info {
|
.form-info {
|
||||||
width: 710upx;
|
width: 720upx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
@ -249,7 +249,7 @@
|
||||||
|
|
||||||
.apply-info {
|
.apply-info {
|
||||||
min-height: 70vh;
|
min-height: 70vh;
|
||||||
width: 710upx;
|
width: 720upx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
@ -196,7 +196,7 @@
|
||||||
|
|
||||||
.apply-info {
|
.apply-info {
|
||||||
min-height: 70vh;
|
min-height: 70vh;
|
||||||
width: 710upx;
|
width: 720upx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
Loading…
Reference in New Issue