askbot-dragon 1.5.43-beta → 1.5.44-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.5.43-beta",
3
+ "version": "1.5.44-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -297,10 +297,6 @@ export default {
297
297
  overflow: auto;
298
298
  height: calc(100% - 50px);
299
299
  background: #FFF;
300
- background-image: url('https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/cdn-common/images/loading.gif');
301
- background-position: center;
302
- background-size: 50px;
303
- background-repeat: no-repeat;
304
300
  }
305
301
  }
306
302
  @media screen and (min-width: 768px) {