askbot-dragon 0.7.31 → 0.7.32

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": "0.7.31",
3
+ "version": "0.7.32",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -121,6 +121,7 @@ export default {
121
121
  </script>
122
122
 
123
123
  <style lang="less" scoped>
124
+ @import url("../assets/less/iconfont.css");
124
125
  .asset-details {
125
126
  width: 100%;
126
127
  // height: 130px;
@@ -112,6 +112,7 @@ export default {
112
112
  </script>
113
113
 
114
114
  <style lang="less" scoped>
115
+ @import url("../assets/less/iconfont.css");
115
116
  .asset-details {
116
117
  width: 100%;
117
118
  height: 100vh;