From b5677479012e8edd059ae4b3f0f539bac8474132 Mon Sep 17 00:00:00 2001 From: chenqi Date: Tue, 30 Dec 2025 15:34:43 +0800 Subject: [PATCH] =?UTF-8?q?style(flowable):=20=E4=BC=98=E5=8C=96=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81=E7=9A=84import?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E5=92=8C=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/assets/styles/ui-standard.scss | 3 +- .../src/components/Pagination/index.vue | 4 +-- .../src/views/doctorstation/components/api.js | 2 +- .../inspection/inspectionApplication.vue | 13 ++++---- .../prescription/prescriptionlist.vue | 2 +- .../src/views/system/notice/index.vue | 30 +++++++------------ 6 files changed, 25 insertions(+), 29 deletions(-) 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) {