From 1b872f5fc748553c7a3d9e8758f2b498aae99e2a Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 07 七月 2025 10:10:21 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- 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