文件名从 ruoyi-ui/src/assets/styles/sidebar.scss 修改 |
| | |
| | | -webkit-transition: width .28s; |
| | | transition: width 0.28s; |
| | | width: $base-sidebar-width !important; |
| | | background-color: $base-menu-background; |
| | | background: -webkit-linear-gradient(bottom, #3d6df8, #5b8cff); |
| | | |
| | | height: 100%; |
| | | position: fixed; |
| | | font-size: 0px; |
| | |
| | | } |
| | | |
| | | .scrollbar-wrapper { |
| | | overflow-x: hidden !important; |
| | | background: url('~@/assets/common/leftnavBg.png') no-repeat 0 100%; |
| | | } |
| | | |
| | | .el-scrollbar__bar.is-vertical { |
| | |
| | | |
| | | &.has-logo { |
| | | .el-scrollbar { |
| | | height: calc(100% - 50px); |
| | | height: calc(100% - 28px); |
| | | } |
| | | } |
| | | |