Files
cms/ruoyi-ui/src/assets/styles/ruoyi.scss
T

298 lines
4.3 KiB
SCSS
Raw Normal View History

2023-11-29 12:38:45 +08:00
/**
* 通用css样式布局处理
* Copyright (c) 2019 ruoyi
*/
2023-11-29 12:38:45 +08:00
/** 基础通用 **/
.pt5 {
2023-11-29 12:38:45 +08:00
padding-top: 5px;
}
2023-11-29 12:38:45 +08:00
.pr5 {
2023-11-29 12:38:45 +08:00
padding-right: 5px;
}
2023-11-29 12:38:45 +08:00
.pb5 {
2023-11-29 12:38:45 +08:00
padding-bottom: 5px;
}
2023-11-29 12:38:45 +08:00
.mt5 {
2023-11-29 12:38:45 +08:00
margin-top: 5px;
}
2023-11-29 12:38:45 +08:00
.mr5 {
2023-11-29 12:38:45 +08:00
margin-right: 5px;
}
2023-11-29 12:38:45 +08:00
.mb5 {
2023-11-29 12:38:45 +08:00
margin-bottom: 5px;
}
2023-11-29 12:38:45 +08:00
.mb8 {
2023-11-29 12:38:45 +08:00
margin-bottom: 8px;
}
2023-11-29 12:38:45 +08:00
.ml5 {
2023-11-29 12:38:45 +08:00
margin-left: 5px;
}
2023-11-29 12:38:45 +08:00
.mt10 {
2023-11-29 12:38:45 +08:00
margin-top: 10px;
}
2023-11-29 12:38:45 +08:00
.mr10 {
2023-11-29 12:38:45 +08:00
margin-right: 10px;
}
2023-11-29 12:38:45 +08:00
.mb10 {
2023-11-29 12:38:45 +08:00
margin-bottom: 10px;
}
.ml10 {
margin-left: 10px;
}
2023-11-29 12:38:45 +08:00
.mt20 {
2023-11-29 12:38:45 +08:00
margin-top: 20px;
}
2023-11-29 12:38:45 +08:00
.mr20 {
2023-11-29 12:38:45 +08:00
margin-right: 20px;
}
2023-11-29 12:38:45 +08:00
.mb20 {
2023-11-29 12:38:45 +08:00
margin-bottom: 20px;
}
.ml20 {
margin-left: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
2023-11-29 12:38:45 +08:00
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
.el-message-box__status + .el-message-box__message{
2023-11-29 12:38:45 +08:00
word-break: break-word;
}
.el-dialog:not(.is-fullscreen) {
2023-11-29 12:38:45 +08:00
margin-top: 6vh !important;
}
.el-dialog__wrapper.scrollbar .el-dialog .el-dialog__body {
2023-11-29 12:38:45 +08:00
overflow: auto;
overflow-x: hidden;
max-height: 70vh;
padding: 10px 20px 0;
}
.el-table {
2023-11-29 12:38:45 +08:00
.el-table__header-wrapper, .el-table__fixed-header-wrapper {
th {
word-break: break-word;
background-color: #f8f8f9;
color: #515a6e;
height: 40px;
font-size: 13px;
}
}
.el-table__body-wrapper {
.el-button [class*="el-icon-"] + span {
margin-left: 1px;
}
}
}
/** 表单布局 **/
.form-header {
2023-11-29 12:38:45 +08:00
font-size: 15px;
color: #6379bb;
border-bottom: 1px solid #ddd;
margin: 8px 10px 25px 10px;
padding-bottom: 5px
}
/** 表格布局 **/
.pagination-container {
2025-03-01 15:07:43 +08:00
display: flex;
justify-content: flex-end;
margin-top: 20px;
}
/* tree border */
.tree-border {
2023-11-29 12:38:45 +08:00
margin-top: 5px;
border: 1px solid #e5e6e7;
background: #FFFFFF none;
border-radius: 4px;
}
2025-12-18 13:59:15 +08:00
/* horizontal el menu */
.el-menu--horizontal .el-menu-item .svg-icon + span,
.el-menu--horizontal .el-submenu__title .svg-icon + span {
margin-left: 3px;
2025-12-16 11:40:06 +08:00
}
.el-menu--horizontal .el-menu--popup {
min-width: 120px !important;
}
2023-11-29 12:38:45 +08:00
@media (max-width: 768px) {
.pagination-container .el-pagination > .el-pagination__jump {
display: none !important;
}
.pagination-container .el-pagination > .el-pagination__sizes {
display: none !important;
}
}
.el-table .fixed-width .el-button--mini {
2023-11-29 12:38:45 +08:00
padding-left: 0;
padding-right: 0;
width: inherit;
}
/** 表格更多操作下拉样式 */
.el-table .el-dropdown-link,.el-table .el-dropdown-selfdefine {
cursor: pointer;
margin-left: 5px;
}
.el-table .el-dropdown, .el-icon-arrow-down {
2023-11-29 12:38:45 +08:00
font-size: 12px;
}
.el-tree-node__content > .el-checkbox {
2023-11-29 12:38:45 +08:00
margin-right: 8px;
}
.list-group-striped > .list-group-item {
2023-11-29 12:38:45 +08:00
border-left: 0;
border-right: 0;
border-radius: 0;
padding-left: 0;
padding-right: 0;
}
.list-group {
2023-11-29 12:38:45 +08:00
padding-left: 0px;
list-style: none;
}
.list-group-item {
2023-11-29 12:38:45 +08:00
border-bottom: 1px solid #e7eaec;
border-top: 1px solid #e7eaec;
margin-bottom: -1px;
padding: 11px 0px;
font-size: 13px;
}
.pull-right {
2023-11-29 12:38:45 +08:00
float: right !important;
}
.el-card__header {
2023-11-29 12:38:45 +08:00
padding: 14px 15px 7px;
min-height: 40px;
}
.el-card__body {
2023-11-29 12:38:45 +08:00
padding: 15px 20px 20px 20px;
}
.card-box {
2023-11-29 12:38:45 +08:00
margin-bottom: 10px;
}
/* button color */
.el-button--cyan.is-active,
.el-button--cyan:active {
background: #20B2AA;
border-color: #20B2AA;
color: #FFFFFF;
}
.el-button--cyan:focus,
.el-button--cyan:hover {
background: #48D1CC;
border-color: #48D1CC;
color: #FFFFFF;
}
.el-button--cyan {
background-color: #20B2AA;
border-color: #20B2AA;
color: #FFFFFF;
}
/* text color */
.text-navy {
2023-11-29 12:38:45 +08:00
color: #1ab394;
}
.text-primary {
2023-11-29 12:38:45 +08:00
color: inherit;
}
.text-success {
2023-11-29 12:38:45 +08:00
color: #1c84c6;
}
.text-info {
2023-11-29 12:38:45 +08:00
color: #23c6c8;
}
.text-warning {
2023-11-29 12:38:45 +08:00
color: #f8ac59;
}
.text-danger {
2023-11-29 12:38:45 +08:00
color: #ed5565;
}
.text-muted {
2023-11-29 12:38:45 +08:00
color: #888888;
}
/* image */
.img-circle {
2023-11-29 12:38:45 +08:00
border-radius: 50%;
}
.img-lg {
2023-11-29 12:38:45 +08:00
width: 120px;
height: 120px;
}
.avatar-upload-preview {
2023-11-29 12:38:45 +08:00
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 200px;
height: 200px;
border-radius: 50%;
box-shadow: 0 0 4px #ccc;
overflow: hidden;
}
/* 拖拽列样式 */
2023-11-29 12:38:45 +08:00
.sortable-ghost {
opacity: .8;
color: #fff !important;
background: #42b983 !important;
}
.top-right-btn {
2023-11-29 12:38:45 +08:00
position: relative;
float: right;
}
2024-11-22 12:19:56 +08:00
/* 分割面板样式 */
.splitpanes.default-theme .splitpanes__pane {
2024-11-22 14:45:58 +08:00
background-color: #fff!important;
2024-11-22 12:19:56 +08:00
}