From 0ef2692358a867784da731630bc5a1d390f526f1 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Thu, 25 Apr 2024 13:13:26 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/css/mixin.styl | 49 ---------------------------
src/pages/modules/PressProd.vue | 7 ++--
src/pages/modules/SortWorkMonitor.vue | 13 ++++---
3 files changed, 8 insertions(+), 61 deletions(-)
delete mode 100644 src/css/mixin.styl
diff --git a/src/css/mixin.styl b/src/css/mixin.styl
deleted file mode 100644
index 97224f1..0000000
--- a/src/css/mixin.styl
+++ /dev/null
@@ -1,49 +0,0 @@
-$red = #ed4754
-$green = #67c23a
-$yellow = #f2d648
-$orange = #f17d3a
-$blue = #6798ef
-$gray = #c9c9c9
-$fc1 = #323232
-
-.green
- background-color #11ff0d
-.yellow
- background-color #fdfd0f
-.gray
- background-color #bfbfbf
-.red
- background-color #ff1016
-
-//宽高
-_wh(w, h)
- width: w
- height: h
-
-//字体大小、行高、颜色
-_font(size,height,color=$fc1,weight=normal,align=left)
- font-size: size
- line-height: height
- color: color
- font-weight: weight
- text-align: align
-
-//flex 布局和 子元素 对其方式
-_fj(x=space-between,y=center)
- display: flex
- justify-content: x
- align-items: y
-
-// 背景图片地址和大小
-_bis(url,w,h=auto,x=center,y=center)
- background-position: x y
- background-size: w h
- background-image: url(url)
- background-repeat: no-repeat
-
-// 定位上下居中
-_ct()
- position: absolute
- top: 50%
- transform: translateY(-50%)
-
\ No newline at end of file
diff --git a/src/pages/modules/PressProd.vue b/src/pages/modules/PressProd.vue
index cdcc78f..2b3ba35 100644
--- a/src/pages/modules/PressProd.vue
+++ b/src/pages/modules/PressProd.vue
@@ -100,7 +100,6 @@