单体电池

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,
xAxis: {
scrollShow: true,
itemCount: 4,
itemCount: 3,
disableGrid: true
},
update: true,

View File

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