diff --git a/openhis-ui-vue3/src/assets/styles/ui-standard.scss b/openhis-ui-vue3/src/assets/styles/ui-standard.scss index 4691a084..40ce6608 100644 --- a/openhis-ui-vue3/src/assets/styles/ui-standard.scss +++ b/openhis-ui-vue3/src/assets/styles/ui-standard.scss @@ -198,8 +198,9 @@ ============================================ */ .pagination-container { margin-top: 16px; - padding: 0 8px; + padding: 0; text-align: right; + background-color: transparent; .el-pagination { .el-pager li { diff --git a/openhis-ui-vue3/src/components/Pagination/index.vue b/openhis-ui-vue3/src/components/Pagination/index.vue index 23e388b1..bc2ee3ea 100644 --- a/openhis-ui-vue3/src/components/Pagination/index.vue +++ b/openhis-ui-vue3/src/components/Pagination/index.vue @@ -96,8 +96,8 @@ function handleCurrentChange(val) {