单体电池
This commit is contained in:
@ -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,
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user