提交 1666e566 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/zl2' into 'develop'

auto commit

See merge request !14
......@@ -21,14 +21,14 @@ const routerConfig = [
component: insuranceDetectionDetail
},
{
path: '/result',
name: 'result',
component: () => import('@/views/result/index.vue'),
path: '/insuranceQuestionResult',
name: 'insuranceQuestionResult',
component: () => import('@/views/insurance-question-result/insuranceQuestionResult.vue'),
},
{
path: '/result-risk',
name: 'resultRisk',
component: () => import('@/views/result/risk.vue'),
path: '/insuranceQuestionBack',
name: 'insuranceQuestionBack',
component: () => import('@/views/insurance-question-back/index'),
},
{
path: '/appoint',
......
<template>
<div class="insurance-research-result">
<div class="insuranceQuestionBack">
<div class="icon-item">
<img
src="https://files.yunqueyi.com/image/png/common/20221213135338128.png"
......@@ -83,7 +83,7 @@ export default {
</script>
<style lang="scss" scoped>
.insurance-research-result {
.insuranceQuestionBack {
width: 100%;
height: 100vh;
background: #ffffff;
......
<template>
<div class="insurance-risk-result">
<div class="insuranceQuestionResult">
<div class="icon-item">
<img
:src="
......@@ -85,7 +85,7 @@ export default {
</script>
<style lang="scss" scoped>
.insurance-risk-result {
.insuranceQuestionResult {
width: 100%;
height: 100vh;
box-sizing: border-box;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册