feat: 样式调整

This commit is contained in:
2026-06-05 12:14:48 +08:00
parent da8fd5fbff
commit 97eff4d501
4 changed files with 38 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="flex flex-col bg-liner h-screen overflow-hidden">
<view class="flex flex-col bg-white h-screen overflow-hidden">
<!-- 顶部固定导航 -->
<view class="flex-shrink-0">
<TopNavBar :title="title" background="transparent" />

View File

@@ -20,7 +20,7 @@
flex: 1;
min-width: 0;
color: #111827;
font-size: 20px;
font-size: 18px;
font-weight: 600;
line-height: 28px;
}