mirror of
https://github.com/yangzongzhuan/RuoYi-App.git
synced 2025-09-28 15:12:40 +00:00
升级uni-ui到最新版本1.4.20
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user