页面宽度调整

This commit is contained in:
曹前明 2022-09-27 16:39:55 +08:00
parent 0d364cb5de
commit ea641b4cf5
9 changed files with 9 additions and 9 deletions

View File

@ -236,7 +236,7 @@
}
.search-body {
width: 710upx;
width: 720upx;
height: 78rpx;
background-color: #ffffff;
border-radius: 39rpx;

View File

@ -133,7 +133,7 @@
.apply-info {
min-height: 70vh;
width: 710upx;
width: 720upx;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 5px;

View File

@ -258,7 +258,7 @@
.apply-info {
min-height: 70vh;
width: 710upx;
width: 720upx;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 5px;

View File

@ -446,7 +446,7 @@
}
.form-info {
width: 710rpx;
width: 720upx;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 10rpx;

View File

@ -71,7 +71,7 @@
<view class="item">
<view class="title">监控状态</view>
<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="bindBtn2" @click="mtaskStateChange('end')">停止</text>
</view>

View File

@ -245,7 +245,7 @@
.apply-info {
min-height: 70vh;
width: 710upx;
width: 720upx;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 5px;

View File

@ -445,7 +445,7 @@
}
.form-info {
width: 710upx;
width: 720upx;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 5px;

View File

@ -249,7 +249,7 @@
.apply-info {
min-height: 70vh;
width: 710upx;
width: 720upx;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 5px;

View File

@ -196,7 +196,7 @@
.apply-info {
min-height: 70vh;
width: 710upx;
width: 720upx;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 5px;