askbot-dragon 1.2.2 → 1.2.3

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.2.2",
3
+ "version": "1.2.3",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -306,6 +306,7 @@ export default {
306
306
  margin: 0 2px;
307
307
  width: 18px;
308
308
  height: 18px;
309
+ flex: none;
309
310
  }
310
311
 
311
312
  .alc-title-updateTime {
@@ -145,7 +145,7 @@ export default {
145
145
  <style lang="less" scoped>
146
146
  .preview_iframe {
147
147
  width: 100%;
148
- height: 100%;
148
+ height: calc(100% - 60px);
149
149
  box-sizing: border-box;
150
150
  }
151
151
  .preview_iframe_html{