|
|
@ -5,7 +5,7 @@ |
|
|
<header-nav :slefBack="true" @goBack="goBack" :titelText="`行政检查预约`"></header-nav> |
|
|
<header-nav :slefBack="true" @goBack="goBack" :titelText="`行政检查预约`"></header-nav> |
|
|
</div>--> |
|
|
</div>--> |
|
|
<!-- 中间 --> |
|
|
<!-- 中间 --> |
|
|
<div> |
|
|
<div class="warp_body"> |
|
|
<!-- <van-cell-group>--> |
|
|
<!-- <van-cell-group>--> |
|
|
<van-form @failed="onFailed" @submit="submit"> |
|
|
<van-form @failed="onFailed" @submit="submit"> |
|
|
<!-- <van-field--> |
|
|
<!-- <van-field--> |
|
|
@ -95,12 +95,12 @@ |
|
|
show-word-limit |
|
|
show-word-limit |
|
|
/> |
|
|
/> |
|
|
|
|
|
|
|
|
<div class="warp_body"> |
|
|
|
|
|
<van-action-bar> |
|
|
<van-action-bar> |
|
|
<van-button round block type="info" native-type="submit" @click="tmpSave">保存</van-button> |
|
|
<van-button round block type="info" native-type="submit" @click="tmpSave">保存</van-button> |
|
|
<van-button round block type="info" native-type="submit" @click="submit112">提交</van-button> |
|
|
<van-button round block type="info" native-type="submit" @click="submit112">提交</van-button> |
|
|
</van-action-bar> |
|
|
</van-action-bar> |
|
|
</div> |
|
|
|
|
|
</van-form> |
|
|
</van-form> |
|
|
<!-- </van-cell-group>--> |
|
|
<!-- </van-cell-group>--> |
|
|
</div> |
|
|
</div> |
|
|
@ -455,6 +455,16 @@ |
|
|
background-color: #f4f4f4; |
|
|
background-color: #f4f4f4; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.warp_body { |
|
|
|
|
|
margin: 0; |
|
|
|
|
|
padding-bottom: 3rem; |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
/*background-image: linear-gradient(to bottom, #ebf3fb, #fff);*/ |
|
|
|
|
|
overflow-y: auto; |
|
|
|
|
|
margin-top: 1%; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* vant4的 Toast 和 Popup 样式冲突,会导致 Toast 变成白底 */ |
|
|
/* vant4的 Toast 和 Popup 样式冲突,会导致 Toast 变成白底 */ |
|
|
.van-popup.van-toast { |
|
|
.van-popup.van-toast { |
|
|
background: var(--van-toast-background) !important; |
|
|
background: var(--van-toast-background) !important; |
|
|
|