RuoYi
2023-11-29 cb80de3742d66cfee20bc3136c735e5ca5a7d45c
src/assets/styles/ruoyi.scss
@@ -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 */
@@ -268,7 +275,7 @@
   background: #42b983!important;
}
/* 表格右侧工具栏样式 */
.top-right-btn {
   position: absolute;
   right: 0;
   margin-left: auto;
}