提交 1a5ed899 authored 作者: lihuihui's avatar lihuihui

update

上级 56e7bf9c
......@@ -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;
}
}
}
......
......@@ -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;
}
}
}
......
......@@ -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>
......@@ -14,11 +14,11 @@ export default defineConfig({
cert: fs.readFileSync(path.join(__dirname, './https/dev.ezijing.com.pem'))
},
proxy: {
'//api/certificateificate': {
'/api/certificate': {
// 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\/certificate/, '')
},
'/api': 'https://app.ezijing.com'
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论