From f9d42f7a3929dacb96446e873ab992f9560ac9c9 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期二, 20 八月 2024 12:21:05 +0800 Subject: [PATCH] 调整 --- css/myelement.css | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/css/myelement.css b/css/myelement.css index ecf9620..52fc6ca 100644 --- a/css/myelement.css +++ b/css/myelement.css @@ -390,7 +390,16 @@ .h_table .el-input--mini .el-input__inner { height: 24px; line-height: 24px; + 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