Skip to content

Commit ba37e62

Browse files
committed
refactor: 优化样式
1 parent da37338 commit ba37e62

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

ui/src/styles/app.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,3 +742,8 @@ h5 {
742742
.record-tip-confirm {
743743
max-width: 800px !important;
744744
}
745+
746+
//企业微信
747+
.wwLogin_qrcode_head {
748+
padding:20px 0 !important;
749+
}

ui/src/views/login/components/wecomQrCode.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ init()
6767

6868
<style scoped lang="scss">
6969
.wecom-qr {
70-
margin-top: -40px;
71-
}
72-
:deep(.wwLogin_qrcode_head) {
73-
padding: 0 !important;
70+
margin-top: -20px;
71+
height: 331px;
7472
}
7573
</style>

0 commit comments

Comments
 (0)