升级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

@@ -181,17 +181,17 @@
watch: {
current: {
immediate: true,
handler(val, old) {
if (val < 1) {
this.currentIndex = 1
} else {
this.currentIndex = val
handler(val, old) {
if (val < 1) {
this.currentIndex = 1
} else {
this.currentIndex = val
}
}
},
value: {
immediate: true,
handler(val) {
handler(val) {
if (Number(this.current) !== 1) return
if (val < 1) {
this.currentIndex = 1
@@ -256,7 +256,7 @@
}
</script>
<style lang="scss" scoped>
<style lang="scss" >
$uni-primary: #2979ff;
.uni-pagination {
/* #ifndef APP-NVUE */
@@ -288,8 +288,8 @@
flex-direction: row;
justify-content: center;
align-items: center;
text-align: center;
border-radius: 5px;
text-align: center;
border-radius: 5px;
// border-width: 1px;
// border-style: solid;
// border-color: $uni-border-color;
@@ -304,8 +304,8 @@
flex-direction: row;
justify-content: center;
align-items: center;
text-align: center;
color: #666;
text-align: center;
color: #666;
font-size: 12px;
}
@@ -334,7 +334,7 @@
text-align: center;
line-height: 30px;
// border: 1px red solid;
color: #999;
color: #999;
border-radius: 4px;
// border-width: 1px;
// border-style: solid;
@@ -406,4 +406,4 @@
}
/* #endif */
</style>
</style>