兰宝车间质量管理系统-前端
疯狂的狮子Li
2025-02-07 b1f0b3c096cdf4401e135b2950c2a97791c3f928
src/assets/styles/mixin.scss
@@ -1,6 +1,6 @@
@mixin clearfix {
  &:after {
    content: "";
    content: '';
    display: table;
    clear: both;
  }
@@ -44,21 +44,15 @@
    border-bottom: $color-border-style;
    border-left: $transparent-border-style;
    border-right: $transparent-border-style;
  }
  @else if $direction==right {
  } @else if $direction==right {
    border-left: $color-border-style;
    border-top: $transparent-border-style;
    border-bottom: $transparent-border-style;
  }
  @else if $direction==down {
  } @else if $direction==down {
    border-top: $color-border-style;
    border-left: $transparent-border-style;
    border-right: $transparent-border-style;
  }
  @else if $direction==left {
  } @else if $direction==left {
    border-right: $color-border-style;
    border-top: $transparent-border-style;
    border-bottom: $transparent-border-style;