nieyuge 2 years ago
parent
commit
4dc76f8ae0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/view/iframe/tool-box/card.vue
  2. 1 1
      src/view/iframe/tool-box/full.vue

+ 1 - 1
src/view/iframe/tool-box/card.vue

@@ -659,7 +659,7 @@ const msgListener = (req, sender, sendResponse) => {
             flex-direction: column;
             flex-direction: column;
             width: 100%;
             width: 100%;
             height: 100%;
             height: 100%;
-            background-color: rgba($color: #000000, $alpha: .8);
+            background-color: rgba($color: #000000, $alpha: .5);
             .luck {
             .luck {
                 width: 100px;
                 width: 100px;
                 height: 100px;
                 height: 100px;

+ 1 - 1
src/view/iframe/tool-box/full.vue

@@ -237,7 +237,7 @@ const hideMask = (data) => {
             flex-direction: column;
             flex-direction: column;
             width: 100%;
             width: 100%;
             height: 100%;
             height: 100%;
-            background-color: rgba($color: #000000, $alpha: .8);
+            background-color: rgba($color: #000000, $alpha: .5);
             .luck {
             .luck {
                 width: 100px;
                 width: 100px;
                 height: 100px;
                 height: 100px;