Refactor
parent
0801d035cf
commit
f77c74e032
|
@ -408,6 +408,7 @@ export default {
|
||||||
page = this.totalDots - 1;
|
page = this.totalDots - 1;
|
||||||
|
|
||||||
this.$emit('update:page', page);
|
this.$emit('update:page', page);
|
||||||
|
this.d_page = page;
|
||||||
|
|
||||||
stateChanged = true;
|
stateChanged = true;
|
||||||
}
|
}
|
||||||
|
@ -553,7 +554,7 @@ export default {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-carousel-dots-container {
|
.p-carousel .p-carousel-dots-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Reference in New Issue