| | |
| | | will-change: width; |
| | | transition: width 0.22s cubic-bezier(0.22, 1, 0.36, 1), |
| | | box-shadow 0.22s ease; |
| | | -webkit-user-select: none; |
| | | user-select: none; |
| | | } |
| | | |
| | | .layout-aside.is-animating { |
| | |
| | | border: 1px solid rgba(255, 255, 255, 0.10); |
| | | background: rgba(255, 255, 255, 0.08); |
| | | color: #fff; |
| | | -webkit-user-select: text; |
| | | user-select: text; |
| | | } |
| | | |
| | | .aside-search .el-input__inner::placeholder { |
| | |
| | | background: #fff; |
| | | border-bottom: 1px solid #e8edf5; |
| | | box-sizing: border-box; |
| | | -webkit-user-select: none; |
| | | user-select: none; |
| | | } |
| | | |
| | | .page-tabs { |
| | |
| | | .page-tabs .el-tabs__item { |
| | | height: 38px; |
| | | line-height: 38px; |
| | | -webkit-user-select: none; |
| | | user-select: none; |
| | | } |
| | | |
| | | .tabs-tools { |
| | |
| | | gap: 8px; |
| | | padding-bottom: 6px; |
| | | flex-shrink: 0; |
| | | -webkit-user-select: none; |
| | | user-select: none; |
| | | } |
| | | |
| | | .content-main { |