develop #1

Merged
dashixiong merged 37 commits from develop into main 2026-02-11 02:07:35 +00:00
38 changed files with 14650 additions and 319 deletions
Showing only changes of commit ce189108ed - Show all commits

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,