Commit 042d09d3 authored by liang's avatar liang

反馈二维码标语调整

parent 3a087e12
......@@ -182,7 +182,7 @@
:close-on-click-modal="true"
:close-on-press-escape="false"
:show-close="true"
width="680px"
width="750px"
>
<div class="innerBody">
<div class="title">驳回修改提醒</div>
......@@ -200,12 +200,15 @@
>
</div>
</div>
<div>
<h3>有问题?扫码入群</h3>
<div class="qrcode">
<div class="img"></div>
<div class="text">问题反馈群</div>
</div>
</div>
</div>
</div>
</el-dialog>
</div>
</template>
......@@ -692,14 +695,18 @@ export default {
.refuteList {
display: flex;
justify-content: space-around;
h3 {
transform: translateY(-25px);
color: #546184;
}
.qrcode {
transform: translateY(-15px);
width: 108px;
height: 136px;
background: #546184;
border-radius: 4px;
padding: 8px;
margin-left: 40px;
margin-top: 5px;
margin-left: 10px;
display: flex;
flex-direction: column;
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