Commit 5fa6c62a by wangshuangqing

修改样式部统一问题

parent e524f116
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: ninglupeng * @Author: ninglupeng
* @Date: 2020-11-24 16:18:58 * @Date: 2020-11-24 16:18:58
* @LastEditors: wsq * @LastEditors: wsq
* @LastEditTime: 2022-04-20 17:15:02 * @LastEditTime: 2022-05-06 21:33:47
* @Description: * @Description:
--> -->
<template> <template>
...@@ -255,6 +255,7 @@ ...@@ -255,6 +255,7 @@
<van-field <van-field
v-if="hasCOVIDVaccine == '是'" v-if="hasCOVIDVaccine == '是'"
label-width="130px"
colon colon
clearable clearable
name="vaccineType" name="vaccineType"
...@@ -287,6 +288,7 @@ ...@@ -287,6 +288,7 @@
</van-field> </van-field>
<van-field <van-field
label-width="130px"
colon colon
v-if="vaccineType.includes('其他')" v-if="vaccineType.includes('其他')"
clearable clearable
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: ninglupeng * @Author: ninglupeng
* @Date: 2020-11-24 16:18:58 * @Date: 2020-11-24 16:18:58
* @LastEditors: wsq * @LastEditors: wsq
* @LastEditTime: 2022-05-05 21:15:56 * @LastEditTime: 2022-05-06 21:59:20
* @Description: * @Description:
--> -->
<template> <template>
...@@ -184,6 +184,7 @@ ...@@ -184,6 +184,7 @@
<van-checkbox-group <van-checkbox-group
@change="setLocalStorge('previousHistory')" @change="setLocalStorge('previousHistory')"
v-model="previousHistory" v-model="previousHistory"
class="previousHistory"
> >
<van-cell-group> <van-cell-group>
<van-cell v-for="(item, index) in previousHistoryList" :key="index"> <van-cell v-for="(item, index) in previousHistoryList" :key="index">
...@@ -249,7 +250,7 @@ ...@@ -249,7 +250,7 @@
/> />
</van-popup> </van-popup>
<van-field colon clearable name="whetherSmoking" label="是否吸烟"> <van-field colon clearable name="whetherSmoking" label="是否吸烟" label-width="125px">
<template #input> <template #input>
<van-radio-group <van-radio-group
@change=" @change="
...@@ -280,6 +281,7 @@ ...@@ -280,6 +281,7 @@
clearable clearable
name="smokingTypes" name="smokingTypes"
label="烟草类型" label="烟草类型"
label-width="125px"
v-if="whetherSmoking == '是'" v-if="whetherSmoking == '是'"
> >
<template #input> <template #input>
...@@ -300,6 +302,7 @@ ...@@ -300,6 +302,7 @@
<van-field <van-field
v-if="whetherSmoking == '是'" v-if="whetherSmoking == '是'"
label-width="125px"
colon colon
clearable clearable
v-model="smokingYears" v-model="smokingYears"
...@@ -318,6 +321,7 @@ ...@@ -318,6 +321,7 @@
<van-field <van-field
v-if="whetherSmoking == '是'" v-if="whetherSmoking == '是'"
colon colon
label-width="125px"
clearable clearable
v-model="smokingCount" v-model="smokingCount"
name="smokingCount" name="smokingCount"
...@@ -334,6 +338,7 @@ ...@@ -334,6 +338,7 @@
<van-field <van-field
colon colon
label-width="125px"
clearable clearable
name="whetherNoSmoking" name="whetherNoSmoking"
label="是否戒烟" label="是否戒烟"
...@@ -362,6 +367,7 @@ ...@@ -362,6 +367,7 @@
<van-field <van-field
v-if="whetherNoSmoking == '是'" v-if="whetherNoSmoking == '是'"
colon colon
label-width="125px"
clearable clearable
v-model="noSmokingYears" v-model="noSmokingYears"
name="noSmokingYears" name="noSmokingYears"
...@@ -377,6 +383,7 @@ ...@@ -377,6 +383,7 @@
</van-field> </van-field>
<van-field <van-field
label-width="125px"
colon colon
clearable clearable
name="whetherPassivitySmoking" name="whetherPassivitySmoking"
...@@ -405,6 +412,7 @@ ...@@ -405,6 +412,7 @@
<van-field <van-field
v-if="whetherPassivitySmoking == '是'" v-if="whetherPassivitySmoking == '是'"
colon colon
label-width="125px"
clearable clearable
v-model="passivitySmokingYears" v-model="passivitySmokingYears"
name="passivitySmokingYears" name="passivitySmokingYears"
...@@ -667,5 +675,17 @@ export default { ...@@ -667,5 +675,17 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.page6 { .page6 {
// .previousHistory {
// .van-checkbox {
// width: 36%;
// margin-bottom: 5%;
// }
// }
.smokingTypes {
.van-checkbox {
width: 36%;
margin-bottom: 5%;
}
}
} }
</style> </style>
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: ninglupeng * @Author: ninglupeng
* @Date: 2022-03-17 15:06:50 * @Date: 2022-03-17 15:06:50
* @LastEditors: wsq * @LastEditors: wsq
* @LastEditTime: 2022-04-21 10:32:19 * @LastEditTime: 2022-05-06 21:17:32
* @Description: * @Description:
*/ */
const path = require('path'); const path = require('path');
...@@ -66,14 +66,14 @@ module.exports = { ...@@ -66,14 +66,14 @@ module.exports = {
//target: 'http://flowtone_lgfc.suvalue.com',//方舱 //target: 'http://flowtone_lgfc.suvalue.com',//方舱
// target: 'http://flowtone_rjny.suvalue.com',//方舱 // target: 'http://flowtone_rjny.suvalue.com',//方舱
//target: 'http://flowtone_syzy.sualvue.com',//方舱 //target: 'http://flowtone_syzy.sualvue.com',//方舱
// target: 'http://flowtone1.suvalue.com',//方舱 target: 'http://flowtone1.suvalue.com',//方舱
//target: 'http://flowtone3.suvalue.com',//方舱 //target: 'http://flowtone3.suvalue.com',//方舱
// target: 'http://flowtone4.suvalue.com',//方舱 // target: 'http://flowtone4.suvalue.com',//方舱
//target: 'http://flowtone5.suvalue.com',//方舱 //target: 'http://flowtone5.suvalue.com',//方舱
// target: 'http://flowtone7.suvalue.com',//方舱 // target: 'http://flowtone7.suvalue.com',//方舱
//target: 'http://flowtone8.suvalue.com',//方舱 //target: 'http://flowtone8.suvalue.com',//方舱
//target: 'http://flowtone9.suvalue.com',//方舱 //target: 'http://flowtone9.suvalue.com',//方舱
target: 'http://flowtone10.suvalue.com',//方舱 //target: 'http://flowtone10.suvalue.com',//方舱
ws: true, //如果要代理 websockets,配置这个参数 ws: true, //如果要代理 websockets,配置这个参数
// secure: false, // 如果是https接口,需要配置这个参数 // secure: false, // 如果是https接口,需要配置这个参数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment