askbot-dragon 1.5.28-beta → 1.5.29-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.28-beta",
3
+ "version": "1.5.29-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -193,6 +193,10 @@ export default {
193
193
  width: 100%;
194
194
  height: calc(100% - 65px);
195
195
  overflow-y: scroll;
196
+ background-image: url('https://guoranopen-zjk.oss-cn-zhangjiakou.aliyuncs.com/cdn-common/images/loading.gif');
197
+ background-position: center;
198
+ background-size: 50px;
199
+ background-repeat: no-repeat;
196
200
  }
197
201
  .footer {
198
202
  width: calc(100% - 40px);