@cloudbase/weda-ui-mp 3.9.2 → 3.9.6

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.
@@ -28,10 +28,6 @@ Component({
28
28
  type: String,
29
29
  },
30
30
  },
31
- data: {
32
- cls: '',
33
- style: '',
34
- },
35
31
  methods: {
36
32
  tap: function (e) {
37
33
  this.triggerEvent('contact', e.detail);
@@ -1,3 +1,3 @@
1
- <button class="wd-mp-customer-service wd-customer-service wd-customer-service-container {{cls}}" style="{{style}}" size="{{size}}" open-type="contact" bindcontact="contact" session-from="{{sessionFrom}}" send-message-title="{{sendMessageTitle}}" send-message-path="{{sendMessagePath}}" send-message-img="{{sendMessageImg}}" show-message-card="{{showMessageCard}}">
1
+ <button class="wd-mp-customer-service wd-customer-service wd-customer-service-container {{className}}" style="{{style}}" size="{{size}}" open-type="contact" bindcontact="contact" session-from="{{sessionFrom}}" send-message-title="{{sendMessageTitle}}" send-message-path="{{sendMessagePath}}" send-message-img="{{sendMessageImg}}" show-message-card="{{showMessageCard}}">
2
2
  <slot />
3
3
  </button>
@@ -5,3 +5,7 @@
5
5
  border: none;
6
6
  background: none !important;
7
7
  }
8
+
9
+ .wd-customer-service-container {
10
+ background: transparent;
11
+ }
@@ -65,3 +65,6 @@
65
65
  height: auto;
66
66
  vertical-align: unset;
67
67
  }
68
+ .weda-RichTextView ._img {
69
+ vertical-align: middle;
70
+ }
@@ -630,11 +630,6 @@ Component({
630
630
  paramGetItem,
631
631
  value
632
632
  ) {
633
- if (formType === 'read') {
634
- this.setReadOnly();
635
- } else {
636
- this.setReadOnly(false);
637
- }
638
633
  const isDataModel = ![
639
634
  'connector',
640
635
  'custom-connector',
@@ -20,3 +20,7 @@
20
20
  text-align: center;
21
21
  width: 100%;
22
22
  }
23
+
24
+ button::after {
25
+ border: none;
26
+ }
@@ -20,3 +20,7 @@
20
20
  text-align: center;
21
21
  width: 100%;
22
22
  }
23
+
24
+ button::after {
25
+ border: none;
26
+ }
@@ -20,3 +20,7 @@
20
20
  text-align: center;
21
21
  width: 100%;
22
22
  }
23
+
24
+ button::after {
25
+ border: none;
26
+ }
@@ -20,3 +20,7 @@
20
20
  text-align: center;
21
21
  width: 100%;
22
22
  }
23
+
24
+ button::after {
25
+ border: none;
26
+ }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "miniprogram": "./",
4
4
  "packageManager": "yarn@3.0.2",
5
5
  "dependencies": {},
6
- "version": "3.9.2",
6
+ "version": "3.9.6",
7
7
  "main": "./",
8
8
  "publishConfig": {
9
9
  "access": "public"
@@ -132,6 +132,7 @@ page {
132
132
  /* 下拉菜单 / 气泡确认框 / 选择器*/
133
133
  --wd-shadow-lg: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
134
134
  /* 弹窗的投影 */
135
+ --exeditor-tables-contextmenu-z: 1002;
135
136
  }
136
137
 
137
138
  .wd-h5-root {