We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da37338 commit ba37e62Copy full SHA for ba37e62
ui/src/styles/app.scss
@@ -742,3 +742,8 @@ h5 {
742
.record-tip-confirm {
743
max-width: 800px !important;
744
}
745
+
746
+//企业微信
747
+.wwLogin_qrcode_head {
748
+ padding:20px 0 !important;
749
+}
ui/src/views/login/components/wecomQrCode.vue
@@ -67,9 +67,7 @@ init()
67
68
<style scoped lang="scss">
69
.wecom-qr {
70
- margin-top: -40px;
71
-}
72
-:deep(.wwLogin_qrcode_head) {
73
- padding: 0 !important;
+ margin-top: -20px;
+ height: 331px;
74
75
</style>
0 commit comments