From 4828e8d724a771a8535751e094d587cf578548a6 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期四, 19 六月 2025 15:12:54 +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 5ea0659..63b4519 100644 --- a/laboratory/src/App.vue +++ b/laboratory/src/App.vue @@ -142,6 +142,16 @@ } } + .el-pagination__sizes { + .el-input__inner { + width: 100px; + } + } + .el-pagination__jump { + .el-input__inner { + width: 50px; + } + } } .el-dialog { -- Gitblit v1.7.1