From 6e067aa0830ab613905c6c71874170b21136e676 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 18 十月 2024 09:34:07 +0800
Subject: [PATCH] update 打印的,去掉一种不需要的编码格式euc-kr来减少包大小

---
 uni_modules/uni-scss/theme.scss |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/uni_modules/uni-scss/theme.scss b/uni_modules/uni-scss/theme.scss
index 8b082ff..80ee62f 100644
--- a/uni_modules/uni-scss/theme.scss
+++ b/uni_modules/uni-scss/theme.scss
@@ -29,8 +29,3 @@
 $uni-black: #000000;
 $uni-white: #ffffff;
 $uni-transparent: rgba($color: #000000, $alpha: 0);
-
-@import "uview-ui/theme.scss";
-@import "uview-ui/index.scss";
-
-@import '@/node_modules/uview-ui/theme.scss';
\ No newline at end of file

--
Gitblit v1.9.3