diff --git a/src/assets/styles/mixin.scss b/src/assets/styles/mixin.scss index 06fa0612..fab10a7a 100644 --- a/src/assets/styles/mixin.scss +++ b/src/assets/styles/mixin.scss @@ -21,6 +21,17 @@ } } +@mixin wh($width, $height) { + width: $width; + height: $height; +} + +@mixin flexCenter($flexStart, $center) { + // width: $width; + // height: $height; +} + + @mixin relative { position: relative; width: 100%; diff --git a/src/components/AirTable/index.vue b/src/components/AirTable/index.vue index c1c2a04e..02540e56 100644 --- a/src/components/AirTable/index.vue +++ b/src/components/AirTable/index.vue @@ -342,7 +342,6 @@ export default {