RuoYi
2024-11-22 341728774cb98e3aa4abfe32a6ff5e6e49c7055d
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: 32px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px 20px !important;
}
.el-dialog .pagination-container {
    position: static !important;
}
/* tree border */
@@ -268,7 +275,13 @@
   background: #42b983!important;
}
/* 表格右侧工具栏样式 */
.top-right-btn {
   position: absolute;
   right: 0;
   margin-left: auto;
}
/* 分割面板样式 */
.splitpanes.default-theme .splitpanes__pane {
   background-color: #fff!important;
}