From c1db2f08301d97e2bf04c7236fa981e5ec083dbb Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 15 七月 2025 18:02:09 +0800 Subject: [PATCH] 1 --- src/views/hosp/history/index.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/hosp/history/index.vue b/src/views/hosp/history/index.vue index 154a1d9..c6c216a 100644 --- a/src/views/hosp/history/index.vue +++ b/src/views/hosp/history/index.vue @@ -133,6 +133,7 @@ :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" @pagination="getList" + small /> </div> </div> @@ -451,12 +452,12 @@ </script> <style lang="scss" scoped > .pagi { - margin-right: -10px; + margin-right: 30px; } -/* .pag1 { - width: 30%; -} */ +/* .pagi1 { + width: 8%; +} */ .hist1 { width: 1580px; display: flex; -- Gitblit v1.8.0