diff --git a/components/CustomerManagement.vue b/components/CustomerManagement.vue index 0e02596..053a09f 100644 --- a/components/CustomerManagement.vue +++ b/components/CustomerManagement.vue @@ -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) */ } } diff --git a/manifest.json b/manifest.json index 27116e6..d1c6f6d 100644 --- a/manifest.json +++ b/manifest.json @@ -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" : { diff --git a/static/logo.jpg b/static/logo.jpg new file mode 100644 index 0000000..083426d Binary files /dev/null and b/static/logo.jpg differ diff --git a/static/logo.png b/static/logo.png index 2d98fe5..4c327ce 100644 Binary files a/static/logo.png and b/static/logo.png differ