From 83e6992385dacfb198c01e284b0e5fe557f494e5 Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 20 Jun 2024 07:57:25 +0800 Subject: [PATCH] md --- src/assets/styles/mixin.scss | 11 ++ src/components/AirTable/index.vue | 1 - src/components/XdTable/index.vue | 124 +++++------------- .../emis/emisWaybill/sendWaybillList.vue | 44 ++++++- 4 files changed, 85 insertions(+), 95 deletions(-) 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 {