.cell { width: 100%; height: 100%; &.disabled { background: #f9f9f9; } .cellContent { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; height: 100%; font-size: 14px; } } .editPop { width: 300px; :global(.ant-popover-inner-content) { padding: 0; border: 1px solid #5c99ff; border-radius: 4px; } } .menuPop { width: 110px; :global(.ant-popover-inner-content) { padding: 6px 0; border-radius: 4px; background: #333333; } .menuContainer { .splitLine { height: 1px; background: white; opacity: 0.2; } .menu { display: flex; height: 28px; padding: 0 10px; align-items: center; cursor: pointer; &:hover { background: rgba(216, 216, 216, 0.1); } .menuIcon { width: 12px; margin-right: 6px; } .menuTitle { font-size: 14px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: white; } } } }