From df86d5bd8bbbe4b2d6ec8bdffa681848d92576ca Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 30 八月 2022 17:02:59 +0800
Subject: [PATCH] 1.修改bug2.保养部位增删查改开发完成
---
src/styles/global.css | 56 +++++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 49 insertions(+), 7 deletions(-)
diff --git a/src/styles/global.css b/src/styles/global.css
index 71fb220..e54b711 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -18,9 +18,25 @@
display: flex;
flex-direction: column;
height: 100%;
- /*background-color: #eee;*/
+ background-color: #eaecef;
margin: 0;
padding: 0 10px;
+}
+
+/*澶撮儴鎸夐挳缁勬牱寮�*/
+.bodyTopButtonGroup{
+ /*padding-left: 10px;*/
+ display: flex;
+ background-color: #f8f8fa;
+ margin-top: 10px;
+ padding: 5px 10px;
+ border-bottom: 3px solid #eee;
+}
+
+/*澶撮儴琛ㄥ崟缁勬牱寮�*/
+.bodyTopFormGroup{
+ background-color: #f8f8fa;
+ padding: 10px;
}
.elForm {
@@ -33,9 +49,31 @@
.elTableDiv {
display: flex;
border: 1px solid #eee;
- width: 99%;
- margin: 0 auto;
+ /*width: 99%;*/
+ width: 100%;
+ margin: 10px auto;
+ /*margin-top: 20px;*/
}
+
+.operationClass {
+ height: 23px;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+}
+
+
+/*瀵硅瘽妗嗘寜閽簳閮�*/
+.footerButton {
+ display: flex;
+ justify-content: end;
+}
+
+.ellipsis{
+ text-overflow :ellipsis;overflow:hidden;white-space:nowrap;
+}
+
+
/*
瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
@@ -44,12 +82,15 @@
::-webkit-scrollbar {
width: 7px;
height: 7px;
- background-color: white;
+ /*background-color: white;*/
+ background-color: #f8f8fa;
}
::-webkit-scrollbar-thumb {
- box-shadow: inset 0 0 0px white;
- -webkit-box-shadow: inset 0 0 0px white;
+ /*box-shadow: inset 0 0 0px white;*/
+ box-shadow: inset 0 0 0px #f8f8fa;
+ /*-webkit-box-shadow: inset 0 0 0px white;*/
+ -webkit-box-shadow: inset 0 0 0px #f8f8fa;
background-color: rgb(193, 193, 193);
/*婊氬姩鏉$殑鑳屾櫙棰滆壊*/
border-radius: 20px;
@@ -66,7 +107,8 @@
.el-table__fixed-right::before,
.el-table__fixed::before {
- background-color: unset !important;
+ /*background-color: unset !important;*/
+ background-color: #f8f8fa !important;
}
/*scrollbar END*/
--
Gitblit v1.9.3