.version-list { width: 100%; border: 1px solid var(--ant-color-border-secondary); border-radius: 8px; overflow: hidden; } .version-list-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 24px; border-bottom: 1px solid var(--ant-color-border-secondary); } .version-list-item:last-child { border-bottom: 0; } .reload-icon { cursor: pointer; font-size: 16px; margin-right: 8px; } .actions-row { display: flex; justify-content: flex-end; margin-top: 12px; }