askbot-dragon 1.5.27-beta → 1.5.28-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.27-beta",
3
+ "version": "1.5.28-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -282,6 +282,10 @@ export default {
282
282
  overflow: auto;
283
283
  height: calc(100% - 50px);
284
284
  background: #FFF;
285
+ background-image: url('https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/cdn-common/images/loading.gif');
286
+ background-position: center;
287
+ background-size: 50px;
288
+ background-repeat: no-repeat;
285
289
  }
286
290
  }
287
291
  @media screen and (min-width: 768px) {