From c9e56c663c56d146d5591b9f651b8f4881f44368 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期二, 18 一月 2022 11:03:48 +0800
Subject: [PATCH] update copyright 2022
---
src/assets/styles/ruoyi.scss | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss
index 376a7f5..1ccc73b 100644
--- a/src/assets/styles/ruoyi.scss
+++ b/src/assets/styles/ruoyi.scss
@@ -64,7 +64,7 @@
margin-top: 6vh !important;
}
-.el-dialog__wrapper.scrollbar .el-dialog .el-dialog__body {
+.el-dialog.scrollbar .el-dialog__body {
overflow: auto;
overflow-x: hidden;
max-height: 70vh;
@@ -112,6 +112,7 @@
border: 1px solid #e5e6e7;
background: #FFFFFF none;
border-radius:4px;
+ width: 100%;
}
.pagination-container .el-pagination {
@@ -128,7 +129,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 +139,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 +176,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 {
--
Gitblit v1.9.3