优化小程序

dev_xd
lj7788@126.com 2025-08-06 11:36:47 +08:00
parent 9f80012423
commit 116389af2f
8 changed files with 257 additions and 246 deletions

View File

@ -118,5 +118,6 @@
},
"requiredPrivateInfos": [
"getLocation"
]
],
"lazyCodeLoading":"requiredComponents"
}

View File

@ -14,7 +14,6 @@ page {
background: #191d28;
color: #ffffff;
font-size: 30rpx;
height: 100vh;
}
/* 自定义顶部样式 */

View File

@ -1,4 +1,4 @@
<!--components/bar-chart/index.wxml-->
<view class="chart_canvas" style="height:{{height+'rpx'}}">
<ec-canvas id="{{ chartId }}" ec="{{ ec }}" force-use-old-canvas="true"></ec-canvas>
<ec-canvas id="{{ chartId }}" ec="{{ ec }}"></ec-canvas>
</view>

View File

@ -1,7 +1,4 @@
/* newComponents/select-person/index.wxss */
page {
height: 100%
}
.rectifier_add_to {
width: 100rpx;

View File

@ -1,7 +1,5 @@
/* newComponents/select-person/index.wxss */
page {
height: 100%
}
.rectifier_add_to {
width: 100rpx;

View File

@ -1,7 +1,5 @@
/* newComponents/select-person/index.wxss */
page{
height:100%
}
.rectifier_add_to {
width: 100rpx;
height: 100rpx;
@ -14,6 +12,7 @@ page{
font-weight: bold;
border-radius: 5rpx;
}
.rectifier_max {
width: 100%;
background: #232a44;
@ -21,6 +20,7 @@ page{
position: relative;
height: 100%;
}
.rectifier_title {
position: relative;
background: #27304f;
@ -28,6 +28,7 @@ page{
text-align: center;
padding: 20rpx 15rpx;
}
.rectifier_close {
position: absolute;
width: 50rpx;
@ -37,13 +38,16 @@ page{
line-height: 60rpx;
text-align: center;
}
.rectifier_list {
padding: 20rpx 40rpx;
}
.rectifier_list_height {
height: 990rpx;
overflow: auto;
}
.rectifier_list_for {
display: flex;
align-items: center;
@ -52,32 +56,39 @@ page{
text-overflow: ellipsis;
white-space: nowrap;
}
.rectifier_list_radio {
width: 70rpx;
}
.rectifier_list_radio_circle {
width: 30rpx;
height: 30rpx;
border-radius: 50%;
border: 1px solid #6576a2;
}
.rectifier_list_radio_circle.active {
background: #8262f3;
border: 1px solid #8262f3;
}
.rectifier_list_name {
padding-left: 10rpx;
color: #8499d0;
}
.rectifier_list_name.active {
color: #ffffff;
}
.rectifier_btn {
display: flex;
align-items: center;
background: #27304f;
border-radius: 0 0 15rpx 15rpx;
}
.rectifier_btn view {
width: 50%;
text-align: center;
@ -85,10 +96,12 @@ page{
line-height: 80rpx;
color: #6874a4;
}
.rectifier_btn view:last-child {
border-left: 1px solid #6874a4;
color: #ffffff;
}
.rectifier_list-group_for {
height: 65rpx;
background-color: #9898987d;
@ -99,6 +112,7 @@ page{
border-radius: 5px;
font-weight: 500;
}
.rectifier_list-group_for:not(:first-child) {
margin-top: 15px;
}

View File

@ -9,5 +9,6 @@
"ec-canvas": "../../ec-canvas/ec-canvas",
"van-notice-bar": "@vant/weapp/notice-bar"
},
"navigationStyle":"custom"
"navigationStyle":"custom",
"backgroundColor":"#191d28"
}

View File

@ -3,5 +3,6 @@
"van-tabbar": "@vant/weapp/tabbar",
"van-tabbar-item": "@vant/weapp/tabbar-item"
},
"navigationStyle":"custom"
"navigationStyle": "custom",
"backgroundColor": "#191d28"
}