样式统一
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
孙诚
2025-12-26 17:29:17 +08:00
parent 09393f8ee5
commit c0264faca5
14 changed files with 151 additions and 115 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="smart-classification">
<div class="page-container smart-classification">
<van-nav-bar
title="智能分类"
left-text="返回"
@@ -7,7 +7,7 @@
@click-left="onClickLeft"
/>
<div class="container" style="padding-top: 5px;">
<div class="page-content" style="padding-top: 5px;">
<!-- 统计信息 -->
<div class="stats-info">
<span class="stats-label">未分类账单</span>
@@ -339,11 +339,6 @@ onMounted(() => {
</script>
<style scoped>
.smart-classification {
min-height: var(--vh, 100vh);
padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px));
}
/* 统计信息 */
.stats-info {
padding: 12px 16px;