RuoYi
2023-01-12 8b5acaf341fc6dafc3e0a85ecdbcc00a972ebff6
ruoyi-ui/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;
}
@@ -58,6 +58,10 @@
   font-weight: 500;
   line-height: 1.1;
   color: inherit;
}
.el-message-box__status + .el-message-box__message{
    word-break: break-word;
}
.el-dialog:not(.is-fullscreen) {
@@ -135,9 +139,8 @@
}
/** 表格更多操作下拉样式 */
.el-table .el-dropdown-link {
.el-table .el-dropdown-link,.el-table .el-dropdown-selfdefine {
   cursor: pointer;
   color: #409EFF;
   margin-left: 5px;
}
@@ -250,9 +253,10 @@
}
.avatar-upload-preview {
   position: absolute;
   position: relative;
   top: 50%;
   transform: translate(50%, -50%);
   left: 50%;
   transform: translate(-50%, -50%);
   width: 200px;
   height: 200px;
   border-radius: 50%;