客户管理页面样式优化
This commit is contained in:
parent
dee37e4e2b
commit
6b095e1063
|
|
@ -527,14 +527,14 @@ defineExpose({
|
||||||
/* 客户列表 */
|
/* 客户列表 */
|
||||||
.customer-list {
|
.customer-list {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding-top: 52px;
|
padding-top: 28px;
|
||||||
padding-bottom: 100px; /* 为底部导航栏和悬浮按钮留出空间 */
|
padding-bottom: 100px; /* 为底部导航栏和悬浮按钮留出空间 */
|
||||||
background-color: #f5f7fa;
|
background-color: #f5f7fa;
|
||||||
/* 移除 overflow-y: auto,让页面本身滚动以支持 onReachBottom */
|
/* 移除 overflow-y: auto,让页面本身滚动以支持 onReachBottom */
|
||||||
transition: padding-top 0.3s ease;
|
transition: padding-top 0.3s ease;
|
||||||
|
|
||||||
&.with-filter {
|
&.with-filter {
|
||||||
padding-top: 108px; /* header(52px) + filter panel(约56px) */
|
padding-top: 132px; /* header(52px) + filter panel(约56px) */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name" : "OfficeSystem",
|
"name" : "OfficeSystem",
|
||||||
"appid" : "__UNI__8C90D33",
|
"appid" : "__UNI__53A0BE0",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.0",
|
||||||
"versionCode" : "100",
|
"versionCode" : "100",
|
||||||
|
|
@ -41,7 +41,9 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
/* ios打包配置 */
|
/* ios打包配置 */
|
||||||
"ios" : {},
|
"ios" : {
|
||||||
|
"dSYMs" : false
|
||||||
|
},
|
||||||
/* SDK配置 */
|
/* SDK配置 */
|
||||||
"sdkConfigs" : {},
|
"sdkConfigs" : {},
|
||||||
"icons" : {
|
"icons" : {
|
||||||
|
|
|
||||||
BIN
static/logo.jpg
Normal file
BIN
static/logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 47 KiB |
Loading…
Reference in New Issue
Block a user