askbot-dragon 1.4.90 → 1.4.91

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.4.90",
3
+ "version": "1.4.91",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -5,7 +5,7 @@
5
5
  :id="tampId"
6
6
  :data-name="tampId"
7
7
  :src="actionAlertIframe.template"
8
- :width="(actionAlertIframe.version == 1 && !phoneWidth100)?actionAlertIframe.width:'100%'"
8
+ :width="actionAlertIframe.version == 1?actionAlertIframe.width:'100%'"
9
9
  :height="actionAlertIframe.height"
10
10
  :scrolling="actionAlertIframe.scrolling"
11
11
  frameborder="no"
@@ -16,7 +16,7 @@
16
16
  <script>
17
17
  export default {
18
18
  name: "action_alert_iframe",
19
- props: ["actionAlertIframe", "phoneWidth100"],
19
+ props: ["actionAlertIframe"],
20
20
  data() {
21
21
  return {
22
22
  name: "action_alert_iframe",
@@ -30,7 +30,7 @@
30
30
  @submitClick="submitClick"
31
31
  ></form-template> -->
32
32
  <div style="max-width: 450px;overflow-x: auto;">
33
- <action-alert :actionAlertIframe="actionAlertIframeObj" :phoneWidth100="true"></action-alert>
33
+ <action-alert :actionAlertIframe="actionAlertIframeObj"></action-alert>
34
34
  </div>
35
35
 
36
36
  <text-message :text="text" @submitClick="submitClick"></text-message>
@@ -68,6 +68,7 @@
68
68
  </van-popup>
69
69
  <el-drawer
70
70
  title="我是标题"
71
+ :append-to-body="true"
71
72
  :visible.sync="drawer"
72
73
  :with-header="false"
73
74
  size="65%"
@@ -54,6 +54,7 @@
54
54
  </van-popup>
55
55
  <el-drawer
56
56
  title="我是标题"
57
+ :append-to-body="true"
57
58
  :visible.sync="drawer"
58
59
  :with-header="false"
59
60
  size="65%"