升级uni-ui到最新版本1.4.20

This commit is contained in:
RuoYi
2022-08-02 10:20:10 +08:00
parent 9218925e83
commit 01ff1e617e
75 changed files with 3199 additions and 4025 deletions

View File

@@ -53,7 +53,7 @@
}
</script>
<style lang="scss" scoped>
<style lang="scss" >
.uni-indexed-list__list {
background-color: $uni-bg-color;
/* #ifndef APP-NVUE */
@@ -86,9 +86,9 @@
/* #endif */
flex-direction: row;
justify-content: space-between;
align-items: center;
/* #ifdef H5 */
cursor: pointer;
align-items: center;
/* #ifdef H5 */
cursor: pointer;
/* #endif */
}
@@ -116,7 +116,7 @@
.uni-indexed-list__item-content {
flex: 1;
font-size: 14px;
font-size: 14px;
color: #191919;
}
@@ -138,7 +138,7 @@
.uni-indexed-list__title {
padding: 6px 12px;
line-height: 24px;
font-size: 16px;
font-size: 16px;
font-weight: 500;
}
</style>

View File

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