From 2ab7f4ef54ece0ac8c0a98ffe0222fc5f6c835c8 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期三, 21 八月 2024 10:41:05 +0800 Subject: [PATCH] 调整 --- css/myelement.css | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/css/myelement.css b/css/myelement.css index ecf9620..f893a12 100644 --- a/css/myelement.css +++ b/css/myelement.css @@ -391,6 +391,18 @@ height: 24px; line-height: 24px; } + +.h_table .el-input-number .el-input__inner { + text-align: right; + padding-left: 5px; + padding-right: 5px; +} + +.h_table .el-input-number .el-input-number__decrease, +.h_table .el-input-number .el-input-number__increase { + display: none; +} + .h_table .el-input--mini .el-input__icon { line-height: 26px; } -- Gitblit v1.8.0