From 095fc5a71d094deccd5c5aecf79517ac01c0e598 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期二, 13 五月 2025 14:56:07 +0800 Subject: [PATCH] 检验方法确认单 --- laboratory/src/App.vue | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/laboratory/src/App.vue b/laboratory/src/App.vue index 1af03d3..a1651c2 100644 --- a/laboratory/src/App.vue +++ b/laboratory/src/App.vue @@ -145,6 +145,16 @@ .el-input__inner { width: 200px; } + .el-pagination__sizes{ + .el-input__inner { + width: 100px; + } + } + .el-pagination__jump{ + .el-input__inner { + width: 50px; + } + } } } -- Gitblit v1.7.1