Commit 920069ea authored by 肖健's avatar 肖健

去除按钮自带的边框

parent 4473daa3
...@@ -214,6 +214,8 @@ export default { ...@@ -214,6 +214,8 @@ export default {
this.scene = scene; this.scene = scene;
} }
this.wechatLogin() this.wechatLogin()
let userToken = uni.getStorageSync('userToken') let userToken = uni.getStorageSync('userToken')
...@@ -259,6 +261,11 @@ export default { ...@@ -259,6 +261,11 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
button::after {
border: initial;
}
.binding { .binding {
.login__logo { .login__logo {
padding-top: 80rpx; padding-top: 80rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment