Quellcode durchsuchen

更新 'login_html.js'

WXT往昔 vor 3 Jahren
Ursprung
Commit
e84c25b7e4
1 geänderte Dateien mit 17 neuen und 0 gelöschten Zeilen
  1. 17 0
      login_html.js

+ 17 - 0
login_html.js

@@ -74,6 +74,23 @@ z-index:999999;">
         //backgroundPosition:'center center',
         //backgroundRepeat:'no-repeat',
     })
+ 
+ 
+ $('head').after(`
+    <style>
+     #ifame{
+        position: absolute;
+        min-width: 1200px;
+        width: 100%;
+        height: 100%;
+        background-color: transparent;
+        background-size: cover;
+        background-position: center center;
+        background-repeat: no-repeat;
+}
+    </style>
+    `)
+ 
 //---------------------------------------------------------------------------------------------- 
         Vue.component('login',{
             template:`