From c01ac5ccacb2dc6ba1bf239c03370469b59a2ffc Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期日, 30 六月 2024 08:01:12 +0800
Subject: [PATCH] 若依 3.8.8
---
src/assets/styles/ruoyi.scss | 36 ++++++++++++++++++++++--------------
1 files changed, 22 insertions(+), 14 deletions(-)
diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss
index aa2cdb4..663eb31 100644
--- a/src/assets/styles/ruoyi.scss
+++ b/src/assets/styles/ruoyi.scss
@@ -37,7 +37,7 @@
.mb10 {
margin-bottom: 10px;
}
-.ml0 {
+.ml10 {
margin-left: 10px;
}
.mt20 {
@@ -49,7 +49,7 @@
.mb20 {
margin-bottom: 20px;
}
-.m20 {
+.ml20 {
margin-left: 20px;
}
@@ -60,12 +60,15 @@
color: inherit;
}
+.el-form .el-form-item__label {
+ font-weight: 700;
+}
.el-dialog:not(.is-fullscreen) {
margin-top: 6vh !important;
}
.el-dialog.scrollbar .el-dialog__body {
- overflow: auto;
+ overflow: auto;
overflow-x: hidden;
max-height: 70vh;
padding: 10px 20px 0;
@@ -99,11 +102,15 @@
/** 琛ㄦ牸甯冨眬 **/
.pagination-container {
- // position: relative;
- height: 25px;
- margin-bottom: 10px;
- margin-top: 15px;
- padding: 10px 20px !important;
+ position: relative;
+ height: 25px;
+ margin-bottom: 10px;
+ margin-top: 15px;
+ padding: 10px 20px !important;
+}
+
+.el-dialog .pagination-container {
+ position: static !important;
}
/* tree border */
@@ -112,6 +119,7 @@
border: 1px solid #e5e6e7;
background: #FFFFFF none;
border-radius:4px;
+ width: 100%;
}
.pagination-container .el-pagination {
@@ -128,7 +136,7 @@
}
}
-.el-table .fixed-width .el-button--mini {
+.el-table .fixed-width .el-button--small {
padding-left: 0;
padding-right: 0;
width: inherit;
@@ -138,7 +146,7 @@
.el-table .el-dropdown-link {
cursor: pointer;
color: #409EFF;
- margin-left: 5px;
+ margin-left: 10px;
}
.el-table .el-dropdown, .el-icon-arrow-down {
@@ -175,12 +183,12 @@
}
.el-card__header {
- padding: 14px 15px 7px;
+ padding: 14px 15px 7px !important;
min-height: 40px;
}
.el-card__body {
- padding: 15px 20px 20px 20px;
+ padding: 15px 20px 20px 20px !important;
}
.card-box {
@@ -267,7 +275,7 @@
background: #42b983!important;
}
+/* 琛ㄦ牸鍙充晶宸ュ叿鏍忔牱寮� */
.top-right-btn {
- position: absolute;
- right: 0;
+ margin-left: auto;
}
--
Gitblit v1.9.3