Commit 5fa6c62a by wangshuangqing

修改样式部统一问题

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