页面优化

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

View File

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

View File

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