优化组件/更新

This commit is contained in:
gyq
2025-12-03 10:13:55 +08:00
parent 92f9776a35
commit 09b6e36a52
261 changed files with 22080 additions and 7238 deletions

View File

@@ -53,7 +53,7 @@
}
</script>
<style lang="scss" >
<style lang="scss" scoped>
.uni-indexed-list__list {
background-color: $uni-bg-color;
/* #ifndef APP-NVUE */

View File

@@ -140,7 +140,7 @@
setList() {
let index = 0;
this.lists = []
this.options.forEach((value) => {
this.options.forEach((value, index) => {
if (value.data.length === 0) {
return
}
@@ -282,7 +282,7 @@
}
}
</script>
<style lang="scss" >
<style lang="scss" scoped>
.uni-indexed-list {
position: absolute;
left: 0;