Commit 65540113 by wangshuangqing

修改样式问题

parent cb08fd08
...@@ -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-21 10:55:08 * @LastEditTime: 2022-05-07 09:19:03
* @Description: * @Description:
--> -->
<template> <template>
...@@ -257,6 +257,7 @@ ...@@ -257,6 +257,7 @@
v-if="hasCOVIDVaccine == '是'" v-if="hasCOVIDVaccine == '是'"
colon colon
clearable clearable
label-width="130px"
name="vaccineType" name="vaccineType"
label="疫苗公司" label="疫苗公司"
:rules="[ :rules="[
...@@ -292,6 +293,7 @@ ...@@ -292,6 +293,7 @@
clearable clearable
autosize autosize
type="textarea" type="textarea"
label-width="130px"
v-model="othervaccines" v-model="othervaccines"
name="othervaccines" name="othervaccines"
label="其他疫苗" label="其他疫苗"
......
...@@ -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 17:44:28 * @LastEditTime: 2022-05-07 09:22:23
* @Description: * @Description:
--> -->
<template> <template>
...@@ -671,5 +671,11 @@ export default { ...@@ -671,5 +671,11 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.page6 { .page6 {
.smokingTypes {
.van-checkbox {
width: 43%;
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-28 18:31:18 * @LastEditTime: 2022-05-07 09:24:27
* @Description: * @Description:
*/ */
const path = require('path'); const path = require('path');
...@@ -61,10 +61,10 @@ module.exports = { ...@@ -61,10 +61,10 @@ module.exports = {
proxy: { proxy: {
'/api': { '/api': {
//target: 'http://flowtone.suvalue.com/', target: 'http://flowtone.suvalue.com/',
//target: 'http://flowtone2.suvalue.com/', //target: 'http://flowtone2.suvalue.com/',
// target: 'http://flowtone6.suvalue.com/', // target: 'http://flowtone6.suvalue.com/',
target:'http://192.168.18.166:8048/',//测试 // target:'http://192.168.18.166:8048/',//测试
ws: true, //如果要代理 websockets,配置这个参数 ws: true, //如果要代理 websockets,配置这个参数
// secure: false, // 如果是https接口,需要配置这个参数 // secure: false, // 如果是https接口,需要配置这个参数
changeOrigin: true, changeOrigin: true,
......
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