From a8961c1d00c17a5aa2658884df9479ed6fba94c3 Mon Sep 17 00:00:00 2001
From: zhangyanpeng <bob.zhang@highdatas.com>
Date: 星期二, 27 八月 2024 12:40:32 +0800
Subject: [PATCH] 调整

---
 css/myelement.css |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/css/myelement.css b/css/myelement.css
index 2607b48..64b18f1 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;
 }
@@ -411,10 +423,10 @@
 	margin-bottom: 30px;
 } */
 
-.h_table .el-table__body-wrapper {
+/* .h_table .el-table__body-wrapper {
 	overflow-y: auto !important;
 	overflow-x: auto !important;
-}
+} */
 
 .h_form .el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
 	margin-bottom: 0px !important;
@@ -908,7 +920,9 @@
 	font-size: 14px; 
 	font-weight: bold;
 }
-
+.h_form .h_form_group {
+	margin: 0px;
+}
 .h_form .h_form_group_name {
 	font-size: 14px; 
 }

--
Gitblit v1.8.0