From bc5d103d58d3c421ae5f95d7cfa71a125e2414fc Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 08 八月 2023 17:43:56 +0800
Subject: [PATCH] 1.编码规则完成30%
---
src/styles/global.css | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/styles/global.css b/src/styles/global.css
index 73b35e2..8dc9f35 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -3,8 +3,8 @@
height: 100%;
margin: 0;
padding: 0;
- /*min-width: 1800px;*/
- /*overflow-y: hidden;*/
+ min-width: 1200px;
+ overflow-y: hidden;
/*overflow-x: hidden;*/
-moz-osx-font-smoothing: grayscale;
@@ -23,6 +23,20 @@
padding: 0 10px;
}
+.el-table__body-wrapper{
+ background: #f8f8fa;
+}
+
+.el-input__inner{
+ height: 34px !important;
+}
+
+.el-dialog__body{
+ padding:50px 80px !important;
+}
+
+
+
/*澶撮儴鎸夐挳缁勬牱寮�*/
.bodyTopButtonGroup {
/*padding-left: 10px;*/
--
Gitblit v1.9.3