map.less 185 B

1234567891011
  1. @import "../setting.less";
  2. #appBody.light {
  3. //
  4. .map-1 .btn-group-tabs {
  5. display: flex;
  6. flex-direction: row;
  7. background: @white;
  8. height: 50px;
  9. }
  10. }