|
@@ -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:`
|