UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

64 lines (52 loc) 1.28 kB
@import '../../../../lib/style/themes/default'; @modal-prefix-cls: ~'@{c7n-pro-prefix}-modal'; @table-prefix-cls: ~'@{c7n-pro-prefix}-table'; @select-prefix-cls: ~'@{c7n-pro-prefix}-select'; @progress-prefix-cls: ~'@{c7n-prefix}-progress'; @lov-prefix-cls: ~'@{select-prefix-cls}-lov'; .@{modal-prefix-cls} { &-body { .@{table-prefix-cls} { &-professional-query-bar { &-button { padding: 0.1rem 0 0.1rem 0.4rem; span { vertical-align: middle; } } } } } } .@{lov-prefix-cls} { &-spin .@{progress-prefix-cls}-inner { width: 0.2rem; height: 0.2rem; margin-right: 0.03rem; } &-popup { max-width: 5rem; .@{table-prefix-cls} { border-top: none; &-wrapper { min-width: 3.5rem; max-width: 100%; } &-pagination { margin: 0; padding: .02rem .16rem; .@{c7n-pro-prefix}-pagination-page-info { float: left; margin: 0; letter-spacing: 0; } } } .@{table-prefix-cls}-thead .@{table-prefix-cls}-cell { background-color: transparent; } .@{c7n-pro-prefix}-btn + .@{c7n-pro-prefix}-btn:not(.@{c7n-pro-prefix}-btn-block) { margin-left: 0; } } }