yangg 1 dienu atpakaļ
vecāks
revīzija
d4e7040626
1 mainītis faili ar 5 papildinājumiem un 4 dzēšanām
  1. 5 4
      src/views/report.vue

+ 5 - 4
src/views/report.vue

@@ -6444,8 +6444,8 @@ button,
 
 @media (max-width: 480px) {
   .fab {
-    bottom: 10%;
-    right: 5%;
+    bottom: 25%;
+    right: 15%;
     width: 40px;
     height: 40px;
   }
@@ -6459,6 +6459,7 @@ button,
     width: 55px;
     height: 55px;
   }
+ 
 }
 
 /* 超宽屏幕优化 */
@@ -6508,7 +6509,7 @@ button,
   top: 10px;
   left: 50%;
   transform: translateX(-50%);
-  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
+/*   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); */
 }
 
 /* 响应式关闭按钮位置调整 */
@@ -6524,7 +6525,7 @@ button,
   .fab .close {
     width: 30px;
     height: 30px;
-    top: 6px;
+    top: 6px !important;
   }
 }