客户管理页面样式优化

This commit is contained in:
WindowBird 2025-11-10 15:23:11 +08:00
parent dee37e4e2b
commit 6b095e1063
4 changed files with 6 additions and 4 deletions

View File

@ -527,14 +527,14 @@ defineExpose({
/* 客户列表 */
.customer-list {
flex: 1;
padding-top: 52px;
padding-top: 28px;
padding-bottom: 100px; /* 为底部导航栏和悬浮按钮留出空间 */
background-color: #f5f7fa;
/* 移除 overflow-y: auto让页面本身滚动以支持 onReachBottom */
transition: padding-top 0.3s ease;
&.with-filter {
padding-top: 108px; /* header(52px) + filter panel(约56px) */
padding-top: 132px; /* header(52px) + filter panel(约56px) */
}
}

View File

@ -1,6 +1,6 @@
{
"name" : "OfficeSystem",
"appid" : "__UNI__8C90D33",
"appid" : "__UNI__53A0BE0",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
@ -41,7 +41,9 @@
]
},
/* ios */
"ios" : {},
"ios" : {
"dSYMs" : false
},
/* SDK */
"sdkConfigs" : {},
"icons" : {

BIN
static/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 47 KiB