| | |
| | | padding: 1px; |
| | | } |
| | | } |
| | | .anticon-tool { |
| | | >.anticon-tool { |
| | | position: absolute; |
| | | z-index: 2; |
| | | font-size: 16px; |
| | |
| | | cursor: pointer; |
| | | padding: 5px; |
| | | background: rgba(255, 255, 255, 0.55); |
| | | } |
| | | .menu-right { |
| | | display: none; |
| | | } |
| | | .vertical-layout { |
| | | >.ant-col { |
| | | width: 100%; |
| | | .menu-item { |
| | | display: flex; |
| | | align-items: center; |
| | | .menu-sign { |
| | | margin-right: 10px; |
| | | } |
| | | .menu-name { |
| | | text-align: inherit; |
| | | flex: 10; |
| | | } |
| | | .menu-right { |
| | | margin-left: 5px; |
| | | display: inline-block; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | .flex-layout { |
| | | display: flex; |
| | | >.ant-col { |
| | | flex: 1; |
| | | width: 5%; |
| | | } |
| | | } |
| | | |
| | | .menu-item { |
| | |
| | | text-overflow: ellipsis; |
| | | } |
| | | .menu-sign { |
| | | position: relative; |
| | | text-align: center; |
| | | .anticon { |
| | | border-radius: 50%; |
| | | border-radius: 15%; |
| | | } |
| | | img { |
| | | border-radius: 50%; |
| | | border-radius: 15%; |
| | | } |
| | | .am-badge-text { |
| | | position: absolute; |
| | | height: 8px; |
| | | width: 8px; |
| | | border-radius: 100%; |
| | | background: #ff5b05; |
| | | z-index: 1; |
| | | } |
| | | } |
| | | } |