疯狂的狮子Li
2023-01-31 771a1045ee3ef382d02b08afb620ef0b34d9d13a
ruoyi-ui/src/assets/styles/ruoyi.scss
@@ -47,9 +47,8 @@
.mb10 {
  margin-bottom: 10px;
}
.ml0 {
  margin-left: 10px;
.ml10 {
   margin-left: 10px;
}
.mt20 {
@@ -63,9 +62,8 @@
.mb20 {
  margin-bottom: 20px;
}
.m20 {
  margin-left: 20px;
.ml20 {
   margin-left: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
@@ -73,6 +71,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) {
@@ -151,10 +153,9 @@
}
/** 表格更多操作下拉样式 */
.el-table .el-dropdown-link {
  cursor: pointer;
  color: #409EFF;
  margin-left: 5px;
.el-table .el-dropdown-link,.el-table .el-dropdown-selfdefine {
   cursor: pointer;
   margin-left: 5px;
}
.el-table .el-dropdown, .el-icon-arrow-down {
@@ -266,9 +267,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%;