baseConfigForm.less 555 B

1234567891011121314151617181920
  1. .baseconfig-viewtype {
  2. width: 260px;
  3. .ant-select-dropdown-menu {
  4. display: flex;
  5. flex-wrap: wrap;
  6. .ant-select-dropdown-menu-item {
  7. width: 50%;
  8. .viewtype-box {
  9. text-align: center;
  10. .viewtype-icon {
  11. width: 20px;
  12. height: 20px;
  13. background-image: url(../../../assets/chart-bar.png);
  14. background-size: contain;
  15. margin: 0 auto;
  16. }
  17. }
  18. }
  19. }
  20. }