pull/104/head
Merve Özçifçi 2019-10-22 16:25:54 +03:00
parent 0801d035cf
commit f77c74e032
1 changed files with 2 additions and 1 deletions

View File

@ -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;