jqh 5 years ago
parent
commit
a61c8ebe20

+ 1 - 1
resources/assets/dcat/js/extensions/Loading.js

@@ -18,7 +18,7 @@ class Loading {
         }, options);
 
         let _this = this,
-            defStyle = 'position:absolute;left:10px;right:10px;',
+            defStyle = 'position:absolute;',
             content;
 
         _this.$container = $(options.container);

+ 1 - 1
resources/dist/dcat/js/dcat-app.js

@@ -2382,7 +2382,7 @@ var Loading = /*#__PURE__*/function () {
     }, options);
 
     var _this = this,
-        defStyle = 'position:absolute;left:10px;right:10px;',
+        defStyle = 'position:absolute;',
         content;
 
     _this.$container = $(options.container);