From 993e5fd593398926af72af660cb5ed6aba8e4e2b Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期二, 20 五月 2025 16:43:04 +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