From 6e48606ee4721482f2f754b21f462704fff7ccbc Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期二, 13 五月 2025 16:44:57 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- laboratory/src/App.vue | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/laboratory/src/App.vue b/laboratory/src/App.vue index 280c207..a1651c2 100644 --- a/laboratory/src/App.vue +++ b/laboratory/src/App.vue @@ -125,6 +125,16 @@ border-radius: 6px; border: 1px solid rgba(0, 0, 0, 0.15); } + .el-date-editor{ + + .el-input__inner { + width: 260px; + padding: 0 12px 0 30px; + border-radius: 6px; + border: 1px solid rgba(0, 0, 0, 0.15); + } + + } } .el-dialog { @@ -135,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