RuoYi
2024-11-25 6061c3548fb5c0e1bbae21c7648d4a4400e994a6
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: 32px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px 20px !important;
}
.el-dialog .pagination-container {
    position: static !important;
}
/* tree border */
@@ -272,3 +279,9 @@
.top-right-btn {
   margin-left: auto;
}
/* 分割面板样式 */
.splitpanes.default-theme .splitpanes__pane {
   background-color: #fff!important;
}