From 9ef1ef592ee9f2ca78481e95334e06b5675cb682 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 21 Oct 2022 17:15:11 +0800
Subject: [PATCH] 同步
---
src/styles/index.scss | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/src/styles/index.scss b/src/styles/index.scss
index b706088..b1524c5 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -54,22 +54,4 @@
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .9);
background-color: green;
/*滚动条的背景颜色*/
-}
-
-/* 屏幕分辨率放大为 150 */
-@media (-webkit-min-device-pixel-ratio: 1.5),
-(min-resolution: 120dpi) {
- .app-main {
- transform: scale(0.665, 0.665);
- /* 缩放数值需要根据效果调试 */
- transform-origin: left top;
- }
-}
-
-/* 屏幕分辨率放大为 125 */
-@media (-webkit-min-device-pixel-ratio: 1.25) {
- .app-main {
- transform: scale(0.799, 0.799);
- transform-origin: left top;
- }
}
\ No newline at end of file
--
Gitblit v1.9.3