diff --git a/assets/css/v12-style.less b/assets/css/v12-style.less index 260eaf9..cc5065d 100644 --- a/assets/css/v12-style.less +++ b/assets/css/v12-style.less @@ -133,6 +133,10 @@ each(@colors, { display: flex; align-items: end; } +.v12-align-baseline{ + display: flex; + align-items: baseline; +} .v12-justify-center{ display: flex; justify-content: center; @@ -173,6 +177,9 @@ each(@colors, { color: #fff; font-size: 27rpx; } +.v12-full-width{ + width: 100%; +} diff --git a/pages/authorization/index.vue b/pages/authorization/index.vue index ecf57d0..0251731 100644 --- a/pages/authorization/index.vue +++ b/pages/authorization/index.vue @@ -1,6 +1,6 @@ @@ -150,7 +198,7 @@ export default { this.show=!this.show; }, changeAgree(event) { - this.isAgree = event.detail.value.length > 0 + // this.isAgree = event.detail.value.length > 0 }, toLogin() { this.$yrouter.push({ @@ -282,10 +330,17 @@ export default { } -