登录

parent 0c262523
......@@ -37,9 +37,10 @@
</div>
<!-- <button type="button" class="conf-btn login-btns" @click="login">登录</button> -->
<div class="login-btns">
<van-button type="primary" round @click="login">登录</van-button>
<van-button class="btn" type="primary" round @click="login">登录</van-button>
<!-- #ifdef H5-SGY -->
<van-button plain type="primary" round @click="fastLoginBySgy">爽贵阳用户快捷登录</van-button>
<van-button class="btn" plain type="primary" round
@click="fastLoginBySgy">爽贵阳用户快捷登录</van-button>
<!-- #endif -->
</div>
</form>
......@@ -341,8 +342,10 @@ const fastLoginBySgy = () => {
justify-content: center;
align-items: center;
.van-button {
width: 100%;
}
}
.btn {
width: 100%;
}
</style>
\ No newline at end of file
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