提交 314cb85b 编写于 作者: liangliang.yu's avatar liangliang.yu

Merge branch 'hotfix/yll0620' into 'release'

fix1418

See merge request !244
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
break; break;
case '0101': case '0101':
r.statusTxt = '未填写问卷'; r.statusTxt = '未填写问卷';
r.btnTxt = '查看结果'; r.btnTxt = '去填写';
break; break;
case '0102': case '0102':
case '0104': case '0104':
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="insurance-sz"> <div class="insurance-sz">
<div class="text"> <div class="text">
<img <img
src="https://files.yunqueyi.com/image/png/common/20230612173250172.png" src="https://files.yunqueyi.com/image/png/common/20230620135424634.png"
alt="" alt=""
> >
</div> </div>
...@@ -156,8 +156,8 @@ ...@@ -156,8 +156,8 @@
// display: flex; // display: flex;
// justify-content: center; // justify-content: center;
// align-items: center; // align-items: center;
// padding-bottom: 70px; padding-bottom: 70px;
height: 100vh; height: 712px;
background: #fff; background: #fff;
// .text{ // .text{
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
font-size: 16px; font-size: 16px;
display: flex; display: flex;
align-items: center; align-items: center;
background: #00BDA5; background: linear-gradient(270deg, #FF7400 0%, #FE4000 100%);
justify-content: center; justify-content: center;
width: 300px; width: 300px;
margin: 0 auto; margin: 0 auto;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册