dolphin-weex-ui 2.2.11 → 2.2.14

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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.2.13
4
+
5
+ - [ ! ] 解决dof-button disabled切换背景颜色异常问题
6
+ - [ ! ] date: 2025/01/07
7
+
8
+ ## 2.2.12
9
+
10
+ - [ ! ] dof-popup鸿蒙适配
11
+ - [ ! ] date: 2025/01/03
12
+
13
+ ## 2.2.11
14
+
15
+ - [ ! ] 适配工具方法promisify兼容webpack高版本
16
+ - [ ! ] date: 2024/12/12
17
+
3
18
  ## 2.2.10
4
19
 
5
20
  - [ ! ] 修复dof-modal、dof-overlay鸿蒙适配
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dolphin-weex-ui",
3
- "version": "2.2.11",
3
+ "version": "2.2.14",
4
4
  "description": "inteligense cross platform frame",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -51,6 +51,7 @@
51
51
  .dof-popup {
52
52
  position: fixed;
53
53
  width: 750px;
54
+ z-index: 1000;
54
55
  }
55
56
 
56
57
  .title {
@@ -60,6 +60,7 @@
60
60
  position: fixed;
61
61
  /* width: 750px; */
62
62
  overflow: hidden;
63
+ z-index: 1000;
63
64
  }
64
65
 
65
66
  .title {
@@ -1,7 +1,7 @@
1
1
  <!-- modified by liuhr7 on 19/12/28. -->
2
2
 
3
3
  <template>
4
- <WeexThemeView>
4
+ <WeexThemeView :key="disabled + ''">
5
5
  <text
6
6
  v-if="pattern === 'plain_text'"
7
7
  :class="['btn-text', isHighlight && !disabled && pattern === 'text' && !_isColmo && `dof-text-highlight-${type}`]"
@@ -29,6 +29,7 @@
29
29
 
30
30
  .dof-mask {
31
31
  position: fixed;
32
+ z-index: 1003;
32
33
  }
33
34
 
34
35
  .mask-bottom {
@@ -43,6 +43,7 @@
43
43
  <style scoped>
44
44
  .dof-popup {
45
45
  position: fixed;
46
+ z-index: 1000;
46
47
  /* width: 750px; */
47
48
  }
48
49
  .top {
@@ -38,6 +38,7 @@
38
38
  .dof-popup {
39
39
  position: fixed;
40
40
  width: 750px;
41
+ z-index: 1000;
41
42
  }
42
43
  .top {
43
44
  left: 0;