index.less 380 Bytes
Newer Older
zhangsan's avatar
zhangsan committed
1 2 3 4 5 6 7 8 9 10 11 12 13
//noinspection LessUnresolvedVariable
@prefix-cls: ~'@{namespace}-address-list';

.@{prefix-cls} {
  // update-begin-author:liusq date:20230625 for: [issues/563]暗色主题部分失效
  background-color: @component-background;
  // update-end-author:liusq date:20230625 for: [issues/563]暗色主题部分失效
  &--box {
    .ant-tabs-nav {
      padding: 0 20px;
    }
  }
}