|
@@ -170,7 +170,7 @@
|
170
|
170
|
<!-- 使用 title 插槽来自定义标题 -->
|
171
|
171
|
<template slot="title">
|
172
|
172
|
<span class="custom-title2">传染病</span>
|
173
|
|
- <div style="width:60%;margin-left:2rem">
|
|
173
|
+ <div style="width:60%;margin-left:3rem">
|
174
|
174
|
<van-checkbox-group v-model="resultThree">
|
175
|
175
|
<van-checkbox name="1" shape="square">乙肝</van-checkbox>
|
176
|
176
|
<van-checkbox name="2" shape="square">丙肝</van-checkbox>
|
|
@@ -186,7 +186,7 @@
|
186
|
186
|
<!-- 使用 title 插槽来自定义标题 -->
|
187
|
187
|
<template slot="title">
|
188
|
188
|
<span class="custom-title2">慢性病</span>
|
189
|
|
- <div style="width:60%;margin-left:2rem">
|
|
189
|
+ <div style="width:60%;margin-left:3rem">
|
190
|
190
|
<van-checkbox-group v-model="resultFour">
|
191
|
191
|
<van-checkbox name="1" shape="square">血透</van-checkbox>
|
192
|
192
|
<van-checkbox name="2" shape="square">腹透</van-checkbox>
|