| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .menus .right { |
| | | background: var(--color-fill-2); |
| | | padding: 2px; |
| | | display: flex; |
| | | position: absolute; |
| | | right: 0; |
| | | margin-right: 0; |
| | | > div { |
| | | width: 34px; |
| | | height: 34px; |
| | | cursor: pointer; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | &.active { |
| | | background: #1057fd; |
| | | color: #fff; |
| | | } |
| | | } |
| | | } |
| | | .main .menus { |
| | | padding: 0 !important; |
| | | margin-bottom: 20px; |
| | | } |
| | | .comprehensive { |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | > div { |
| | | margin-right: 20px; |
| | | } |
| | | .right { |
| | | background: var(--color-fill-2); |
| | | padding: 2px; |
| | | display: flex; |
| | | position: absolute; |
| | | right: 0; |
| | | margin-right: 0; |
| | | > div { |
| | | width: 34px; |
| | | height: 34px; |
| | | cursor: pointer; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | &.active { |
| | | background: #1057fd; |
| | | color: #fff; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | .main { |
| | | padding: 8px 20px; |
| | | background: var(--color-bg-2); |
| | | margin-top: 8px; |
| | | flex: 1; |
| | | .menus { |
| | | padding: 0; |
| | | margin-bottom: 20px; |
| | | } |
| | | .cards { |
| | | overflow: hidden; |
| | | > div { |