@import '../common'; .detailCell { display: flex; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; height: 100%; font-size: @textFontGen; padding: 0 @paddingLg; .num { min-width: 30px; max-width: 100px; margin-right: 10px; .icon { width: 22px; } } .checkbox { margin-right: 10px; } .expand{ text-align: center; width: 20px; border-radius: 50%; height: 20px; display: flex; align-items: center; justify-content: center; margin-right: @marginSm; cursor: pointer; &:hover{ background: #d0f0fd; } .expandIcon{ width: 16px; } } .content { flex: 1; overflow: hidden; color: @textGeneralColor; } } .editCell { position: absolute; z-index: 1; width: 100%; height: 100%; top: 0; left: 0; } .menuPop { width: 110px; :global(.ant-popover-inner-content) { padding: @paddingSmX 0; border-radius: @borderRadius; background: #333333; } }