| | |
| | | background: #fff; |
| | | border-radius: 4px; |
| | | box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); |
| | | padding: 5px; |
| | | } |
| | | ::v-deep { |
| | | .contextMenu .command.disable .item { |
| | | color: rgba(0, 0, 0, 0.25); |
| | | cursor: auto; |
| | | } |
| | | |
| | | .contextMenu .command.disable .item { |
| | | color: rgba(0, 0, 0, 0.25); |
| | | cursor: auto; |
| | | } |
| | | .contextMenu .command.disable .item:hover { |
| | | background: #fff; |
| | | } |
| | | |
| | | .contextMenu .command.disable .item:hover { |
| | | background: #fff; |
| | | } |
| | | .contextMenu .item { |
| | | display: flex; |
| | | align-items: center; |
| | | padding: 5px 12px; |
| | | cursor: pointer; |
| | | transition: all 0.3s; |
| | | user-select: none; |
| | | } |
| | | |
| | | .contextMenu .item { |
| | | display: flex; |
| | | align-items: center; |
| | | padding: 5px 12px; |
| | | cursor: pointer; |
| | | transition: all 0.3s; |
| | | user-select: none; |
| | | } |
| | | .contextMenu .item:hover { |
| | | background: #e6f7ff; |
| | | } |
| | | |
| | | .contextMenu .item:hover { |
| | | background: #e6f7ff; |
| | | } |
| | | |
| | | .contextMenu .item i { |
| | | margin-right: 8px; |
| | | margin-top: 3px; |
| | | .contextMenu .item i { |
| | | margin-right: 8px; |
| | | margin-top: 3px; |
| | | } |
| | | } |
| | | </style> |