登录

parent 0c262523
...@@ -37,9 +37,10 @@ ...@@ -37,9 +37,10 @@
</div> </div>
<!-- <button type="button" class="conf-btn login-btns" @click="login">登录</button> --> <!-- <button type="button" class="conf-btn login-btns" @click="login">登录</button> -->
<div class="login-btns"> <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 --> <!-- #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 --> <!-- #endif -->
</div> </div>
</form> </form>
...@@ -341,8 +342,10 @@ const fastLoginBySgy = () => { ...@@ -341,8 +342,10 @@ const fastLoginBySgy = () => {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.van-button {
}
.btn {
width: 100%; width: 100%;
}
} }
</style> </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