diff --git a/src/layouts/index.vue b/src/layouts/index.vue index aeaa6b5d19112dbf114f0c9e1c5e2b559a9a43e6..05948b583aadaec0b0e1dfdd514bf3d6b629a2c8 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -182,7 +182,7 @@ :close-on-click-modal="true" :close-on-press-escape="false" :show-close="true" - width="680px" + width="750px" >
驳回修改提醒
@@ -200,9 +200,12 @@ >
-
-
-
问题反馈群
+
+

有问题?扫码入群

+
+
+
问题反馈群
+
@@ -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;