Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
ShanghaiGongwei
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
ShanghaiGongwei
Commits
65540113
Commit
65540113
authored
May 07, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式问题
parent
cb08fd08
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
src/components/page5.vue
+3
-1
src/components/page6.vue
+7
-1
vue.config.js
+3
-3
No files found.
src/components/page5.vue
View file @
65540113
...
...
@@ -2,7 +2,7 @@
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors: wsq
* @LastEditTime: 2022-0
4-21 10:55:08
* @LastEditTime: 2022-0
5-07 09:19:03
* @Description:
-->
<
template
>
...
...
@@ -257,6 +257,7 @@
v-if=
"hasCOVIDVaccine == '是'"
colon
clearable
label-width=
"130px"
name=
"vaccineType"
label=
"疫苗公司"
:rules=
"[
...
...
@@ -292,6 +293,7 @@
clearable
autosize
type=
"textarea"
label-width=
"130px"
v-model=
"othervaccines"
name=
"othervaccines"
label=
"其他疫苗"
...
...
src/components/page6.vue
View file @
65540113
...
...
@@ -2,7 +2,7 @@
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors: wsq
* @LastEditTime: 2022-05-0
5 17:44:28
* @LastEditTime: 2022-05-0
7 09:22:23
* @Description:
-->
<
template
>
...
...
@@ -671,5 +671,11 @@ export default {
<
style
lang=
"scss"
scoped
>
.page6
{
.smokingTypes
{
.van-checkbox
{
width
:
43%
;
margin-bottom
:
5%
;
}
}
}
</
style
>
vue.config.js
View file @
65540113
...
...
@@ -2,7 +2,7 @@
* @Author: ninglupeng
* @Date: 2022-03-17 15:06:50
* @LastEditors: wsq
* @LastEditTime: 2022-0
4-28 18:31:18
* @LastEditTime: 2022-0
5-07 09:24:27
* @Description:
*/
const
path
=
require
(
'path'
);
...
...
@@ -61,10 +61,10 @@ module.exports = {
proxy
:
{
'/api'
:
{
//
target: 'http://flowtone.suvalue.com/',
target
:
'http://flowtone.suvalue.com/'
,
//target: 'http://flowtone2.suvalue.com/',
// target: 'http://flowtone6.suvalue.com/',
target
:
'http://192.168.18.166:8048/'
,
//测试
//
target:'http://192.168.18.166:8048/',//测试
ws
:
true
,
//如果要代理 websockets,配置这个参数
// secure: false, // 如果是https接口,需要配置这个参数
changeOrigin
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment