fix: 布局
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 57s

This commit is contained in:
luo
2026-07-29 16:53:19 +08:00
parent b5e4a1259b
commit 7136655f48
3 changed files with 38 additions and 42 deletions

View File

@@ -18,7 +18,8 @@
{{ networkStatus == 1 ? '正常' : '停机' }}
</view>
</view>
<button v-if="hasPackageName" class="renew-button" @tap.stop="emit('renew')">立即续费</button>
<up-button v-if="hasPackageName" class="renew-button" type="primary" size="small"
@tap.stop="emit('renew')">立即续费</up-button>
</view>
</template>
@@ -56,14 +57,8 @@
.renew-button {
margin: 24rpx 0 0;
background: var(--primary);
color: #fff;
border: none;
border-radius: 12rpx;
font-size: 26rpx;
line-height: 2.6;
&::after { border: none; }
width: 180rpx;
margin-left: auto;
}
}