Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-certificate-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-certificate-show-h5
Commits
1a5ed899
提交
1a5ed899
authored
8月 29, 2022
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
56e7bf9c
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
21 行增加
和
12 行删除
+21
-12
ImproveInfo.vue
src/modules/home/components/ImproveInfo.vue
+5
-1
QueryOther.vue
src/modules/home/components/QueryOther.vue
+5
-1
List.vue
src/modules/home/views/List.vue
+9
-8
vite.config.js
vite.config.js
+2
-2
没有找到文件。
src/modules/home/components/ImproveInfo.vue
浏览文件 @
1a5ed899
...
...
@@ -135,11 +135,13 @@ export default {
font-size
:
0
.32rem
;
border-radius
:
0
.08rem
;
border
:
0
;
padding-left
:
0
.32rem
;
box-sizing
:
border-box
;
&
:
:
placeholder
{
font-size
:
0
.32rem
;
font-weight
:
400
;
color
:
rgba
(
0
,
0
,
0
,
0
.25
);
padding
:
0
.22rem
0
0
.22rem
0
.32rem
;
//
padding: 0.22rem 0 0.22rem 0.32rem;
}
}
.bottom_submit
{
...
...
@@ -147,6 +149,8 @@ export default {
height
:
0
.72rem
;
background
:
linear-gradient
(
74deg
,
#293176
0%
,
#295fb9
100%
);
border-radius
:
0
.4rem
;
margin
:
0
.5rem
auto
0
;
display
:
block
;
}
}
}
...
...
src/modules/home/components/QueryOther.vue
浏览文件 @
1a5ed899
...
...
@@ -94,6 +94,7 @@ export default {
border-radius
:
0
.08rem
;
border
:
0
;
padding-left
:
.32rem
;
box-sizing
:
border-box
;
&
:
:
placeholder
{
font-size
:
0
.32rem
;
font-weight
:
400
;
...
...
@@ -106,7 +107,10 @@ export default {
height
:
0
.72rem
;
background
:
linear-gradient
(
74deg
,
#293176
0%
,
#295FB9
100%
);
border-radius
:
0
.4rem
;
margin-top
:
1
.06rem
;
// margin-top: 1.06rem;
display
:
block
;
margin
:
1
.06rem
auto
0
;
}
}
}
...
...
src/modules/home/views/List.vue
浏览文件 @
1a5ed899
...
...
@@ -25,12 +25,7 @@
<div
class=
"info_desc"
>
请补全信息查询证书
</div>
<van-button
round
type=
"info"
class=
"info_btn"
@
click=
"handleDealInfo"
>
去补全
</van-button>
</div>
<ImproveInfo
v-if=
"project_id !== ''"
:project_id=
"project_id"
:visible
.
sync=
"popupVisible"
@
update=
"handleGetCardList"
/>
<ImproveInfo
v-if=
"project_id !== ''"
:project_id=
"project_id"
:visible
.
sync=
"popupVisible"
@
update=
"updateGo"
/>
</div>
</
template
>
...
...
@@ -87,6 +82,9 @@ export default {
this
.
project_id
=
this
.
improveList
[
0
].
project_id
}
})
},
updateGo
()
{
this
.
$router
.
go
(
0
)
}
},
...
...
@@ -104,11 +102,12 @@ export default {
<
style
lang=
"scss"
scoped
>
.main_content
{
padding
:
0
.48rem
0
.32rem
0
.32rem
0
.32rem
;
padding
:
0
0
.32rem
0
.32rem
0
.32rem
;
.main_content_list
{
display
:
flex
;
border-bottom
:
0
.02rem
solid
#f0f0f0
;
padding-bottom
:
0
.32rem
;
padding-top
:
0
.32rem
;
.list_img
{
width
:
2
.4rem
;
height
:
1
.8rem
;
...
...
@@ -149,7 +148,9 @@ export default {
height
:
0
.72rem
;
background
:
linear-gradient
(
74deg
,
#293176
0%
,
#295fb9
100%
);
border-radius
:
40px
;
margin-left
:
0
.56rem
;
// margin-left: 0.56rem;
margin
:
0
.3rem
auto
;
display
:
block
;
}
}
</
style
>
vite.config.js
浏览文件 @
1a5ed899
...
...
@@ -14,11 +14,11 @@ export default defineConfig({
cert
:
fs
.
readFileSync
(
path
.
join
(
__dirname
,
'./https/dev.ezijing.com.pem'
))
},
proxy
:
{
'/
/api/certificate
ificate'
:
{
'/
api/cert
ificate'
:
{
// target: 'http://localhost-activity-frontend.ezijing.com',
target
:
'https://cert-frontend-api.ezijing.com'
,
changeOrigin
:
true
,
rewrite
:
path
=>
path
.
replace
(
/^
\/
api
\/
cert/
,
''
)
rewrite
:
path
=>
path
.
replace
(
/^
\/
api
\/
cert
ificate
/
,
''
)
},
'/api'
:
'https://app.ezijing.com'
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论