@lambo-design/login-form 1.0.0-beta.41 → 1.0.0-beta.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/login-qr.vue +1 -2
package/package.json
CHANGED
package/src/login-qr.vue
CHANGED
|
@@ -424,7 +424,7 @@ export default {
|
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
426
|
</script>
|
|
427
|
-
<style scoped>
|
|
427
|
+
<style scoped lang="less">
|
|
428
428
|
.lambo-login-qrcode {
|
|
429
429
|
display: flex;
|
|
430
430
|
flex-direction: column;
|
|
@@ -490,7 +490,6 @@ export default {
|
|
|
490
490
|
box-shadow: none;
|
|
491
491
|
}
|
|
492
492
|
|
|
493
|
-
|
|
494
493
|
/* 企业微信登录组件容器 */
|
|
495
494
|
.wx-saas {
|
|
496
495
|
#ww_login {
|