任一存 преди 2 години
родител
ревизия
4505d66878
променени са 2 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 0 1
      public/static/css/oldVer/main0.css
  2. 4 0
      src/App.vue

+ 0 - 1
public/static/css/oldVer/main0.css

@@ -45,7 +45,6 @@ iframe{
 	position: relative;
 	width: 100%;
 	height: 100%;
-	overflow-x: hidden;
 }
 #id1{ width: 100%; height: 100%;}
 #popup.wait{

+ 4 - 0
src/App.vue

@@ -136,4 +136,8 @@ export default {
 #ele1 path {
   fill: rgba(117, 31, 17, 0.8);
 }
+
+#popup {
+  background: rgba(0, 0, 0, 0.7);
+}
 </style>