页面优化

This commit is contained in:
itgaojian163 2025-05-09 17:34:08 +08:00
parent 9ba3c901e3
commit 5e8609ac05
3 changed files with 65 additions and 65 deletions

View File

@ -36,8 +36,7 @@
"custom": true, "custom": true,
"color": "#515151", "color": "#515151",
"selectedColor": "#FE9944", "selectedColor": "#FE9944",
"list": [ "list": [{
{
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"text": "首页", "text": "首页",
"iconPath": "/static/images/ic_home_normal.png", "iconPath": "/static/images/ic_home_normal.png",
@ -54,7 +53,6 @@
"style": "v2", "style": "v2",
"componentFramework": "glass-easel", "componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json", "sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"useExtendedLib": { "useExtendedLib": {
"weui": true "weui": true
} }

View File

@ -32,13 +32,13 @@
.title { .title {
flex: 0.3; flex: .3;
font-size: 14px; font-size: 14px;
color: var(--black-color); color: var(--black-color);
} }
.content { .content {
flex: 0.7; flex: .7;
font-size: 28rpx; font-size: 28rpx;
} }
@ -52,6 +52,11 @@
font-size: 12px; font-size: 12px;
} }
.weui-uploader {
padding: 0rpx;
margin-left: -40rpx;
}
.weui-uploader__title { .weui-uploader__title {
font-size: 14px; font-size: 14px;
color: var(--black-color); color: var(--black-color);
@ -65,9 +70,6 @@
margin-left: 3px; margin-left: 3px;
} }
.weui-uploader {
width: 65vw;
}
.weui-uploader__bd { .weui-uploader__bd {
display: flex; display: flex;

View File

@ -5,5 +5,5 @@
"compileHotReLoad": true, "compileHotReLoad": true,
"urlCheck": false "urlCheck": false
}, },
"libVersion": "3.5.8" "libVersion": "3.8.3"
} }