登录相关页和首页组件适配

This commit is contained in:
kron
2025-11-26 16:05:30 +08:00
parent 6830136957
commit ec48de4970
10 changed files with 239 additions and 197 deletions

View File

@@ -53,9 +53,8 @@ const onBtnClick = debounce(async () => {
</script>
<template>
<button
<view
class="sbtn"
hover-class="none"
:style="{
width: width,
borderRadius: rounded + 'rpx',
@@ -71,7 +70,7 @@ const onBtnClick = debounce(async () => {
<block v-else>
<image src="../static/btn-loading.png" mode="widthFix" class="loading" />
</block>
</button>
</view>
</template>
<style scoped>