Commit 042d09d3 authored by liang's avatar liang

反馈二维码标语调整

parent 3a087e12
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
:close-on-click-modal="true" :close-on-click-modal="true"
:close-on-press-escape="false" :close-on-press-escape="false"
:show-close="true" :show-close="true"
width="680px" width="750px"
> >
<div class="innerBody"> <div class="innerBody">
<div class="title">驳回修改提醒</div> <div class="title">驳回修改提醒</div>
...@@ -200,9 +200,12 @@ ...@@ -200,9 +200,12 @@
> >
</div> </div>
</div> </div>
<div class="qrcode"> <div>
<div class="img"></div> <h3>有问题?扫码入群</h3>
<div class="text">问题反馈群</div> <div class="qrcode">
<div class="img"></div>
<div class="text">问题反馈群</div>
</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -692,14 +695,18 @@ export default { ...@@ -692,14 +695,18 @@ export default {
.refuteList { .refuteList {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
h3 {
transform: translateY(-25px);
color: #546184;
}
.qrcode { .qrcode {
transform: translateY(-15px);
width: 108px; width: 108px;
height: 136px; height: 136px;
background: #546184; background: #546184;
border-radius: 4px; border-radius: 4px;
padding: 8px; padding: 8px;
margin-left: 40px; margin-left: 10px;
margin-top: 5px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment