From 0ce47a36f8107ab9618501d3e8323e681c64ce9a Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Wed, 23 Mar 2022 17:39:20 +0800 Subject: [PATCH] update --- src/pages/counter/list/index.vue | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 887d10c..626b16c 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -124,7 +124,7 @@ -
+
{{ popText }}
@@ -137,18 +137,10 @@
- - - @@ -305,7 +297,7 @@
-
+
@@ -2360,7 +2352,7 @@ export default { top: 56vh; left: 62vw; width: 6vw; - z-index: 900; + z-index: 60; } .currency-detector { top: 62vh; @@ -3705,7 +3697,7 @@ export default { position: absolute; left: 50%; transform: translate(-50%, 0); - z-index: 9; + z-index: 900; } .system { margin-top: -8vh; @@ -3760,4 +3752,7 @@ color: #fff; // transform: rotate3d(0.5,0.5,0,45deg); } +/deep/.z500 { + z-index: 500; +} \ No newline at end of file