单体电池

This commit is contained in:
2025-08-05 17:44:20 +08:00
parent bc18edead5
commit ce189108ed
2 changed files with 7 additions and 1 deletions

View File

@ -33,7 +33,7 @@
enableScroll: true, enableScroll: true,
xAxis: { xAxis: {
scrollShow: true, scrollShow: true,
itemCount: 4, itemCount: 3,
disableGrid: true disableGrid: true
}, },
update: true, update: true,

View File

@ -279,8 +279,14 @@
background: #ffffff; background: #ffffff;
::v-deep { ::v-deep {
.uni-list-item {
padding: 12px 15px;
}
.uni-list-item__container { .uni-list-item__container {
padding: 0;
display: block; display: block;
box-shadow: 0 1px 8px 1px rgba($color: #a5a5a5, $alpha: 0.2);
} }
.uni-list--border-top, .uni-list--border-top,