.powerList { &-header { border-bottom: 1px solid #e6e6e6; margin-bottom: 16px; } &-main { display: flex; &-icon { padding-top: 10px; padding-right: 8px; } &-iconCaretDown { font-size: 16px; transition: transform 0.5s; } &-iconRotate { transform: rotate(-90deg); } &-checkbox { flex: 1; } &-checkboxPage { display: flex; padding: 8px 0; } &-checkboxPageLeft { flex: 0.2; border-right: 1px solid #d9d9d9; margin-right: 16px; } &-checkboxPageRight { flex: 0.8; } .powerList-main-checkboxMargin { padding: 8px 0; } .ant-divider-horizontal { margin: 8px 0; } } .ant-checkbox-disabled + span { color: rgba(0, 0, 0, 0.85); } }