@kengic/uni 0.5.1 → 0.5.2-beta.1

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.
Files changed (146) hide show
  1. package/dist/uni/uni-ui/uni-badge/uni-badge.vue +222 -219
  2. package/dist/uni/uni-ui/uni-breadcrumb/uni-breadcrumb.vue +29 -29
  3. package/dist/uni/uni-ui/uni-breadcrumb-item/uni-breadcrumb-item.vue +88 -88
  4. package/dist/uni/uni-ui/uni-calendar/calendar.js +936 -532
  5. package/dist/uni/uni-ui/uni-calendar/i18n/en.json +10 -10
  6. package/dist/uni/uni-ui/uni-calendar/i18n/index.js +8 -7
  7. package/dist/uni/uni-ui/uni-calendar/i18n/zh-Hans.json +10 -10
  8. package/dist/uni/uni-ui/uni-calendar/i18n/zh-Hant.json +10 -10
  9. package/dist/uni/uni-ui/uni-calendar/uni-calendar-item.vue +190 -168
  10. package/dist/uni/uni-ui/uni-calendar/uni-calendar.vue +459 -459
  11. package/dist/uni/uni-ui/uni-calendar/util.js +324 -340
  12. package/dist/uni/uni-ui/uni-card/uni-card.vue +8 -1
  13. package/dist/uni/uni-ui/uni-col/uni-col.vue +294 -287
  14. package/dist/uni/uni-ui/uni-collapse/uni-collapse.vue +139 -140
  15. package/dist/uni/uni-ui/uni-collapse-item/uni-collapse-item.vue +381 -378
  16. package/dist/uni/uni-ui/uni-combox/uni-combox.vue +280 -272
  17. package/dist/uni/uni-ui/uni-countdown/i18n/en.json +4 -4
  18. package/dist/uni/uni-ui/uni-countdown/i18n/index.js +8 -7
  19. package/dist/uni/uni-ui/uni-countdown/i18n/zh-Hans.json +4 -4
  20. package/dist/uni/uni-ui/uni-countdown/i18n/zh-Hant.json +4 -4
  21. package/dist/uni/uni-ui/uni-countdown/uni-countdown.vue +249 -257
  22. package/dist/uni/uni-ui/uni-data-checkbox/uni-data-checkbox.vue +832 -813
  23. package/dist/uni/uni-ui/uni-data-picker/keypress.js +42 -42
  24. package/dist/uni/uni-ui/uni-data-picker/uni-data-picker.vue +535 -516
  25. package/dist/uni/uni-ui/uni-data-pickerview/uni-data-picker.js +623 -618
  26. package/dist/uni/uni-ui/uni-data-pickerview/uni-data-pickerview.vue +293 -288
  27. package/dist/uni/uni-ui/uni-data-select/uni-data-select.vue +495 -509
  28. package/dist/uni/uni-ui/uni-dateformat/date-format.js +181 -184
  29. package/dist/uni/uni-ui/uni-dateformat/uni-dateformat.vue +81 -82
  30. package/dist/uni/uni-ui/uni-datetime-picker/calendar-item.vue +176 -170
  31. package/dist/uni/uni-ui/uni-datetime-picker/calendar.vue +926 -920
  32. package/dist/uni/uni-ui/uni-datetime-picker/i18n/en.json +20 -20
  33. package/dist/uni/uni-ui/uni-datetime-picker/i18n/index.js +8 -7
  34. package/dist/uni/uni-ui/uni-datetime-picker/i18n/zh-Hans.json +21 -21
  35. package/dist/uni/uni-ui/uni-datetime-picker/i18n/zh-Hant.json +21 -21
  36. package/dist/uni/uni-ui/uni-datetime-picker/time-picker.vue +921 -926
  37. package/dist/uni/uni-ui/uni-datetime-picker/uni-datetime-picker.vue +1059 -1012
  38. package/dist/uni/uni-ui/uni-datetime-picker/util.js +366 -377
  39. package/dist/uni/uni-ui/uni-drawer/keypress.js +42 -42
  40. package/dist/uni/uni-ui/uni-drawer/uni-drawer.vue +176 -167
  41. package/dist/uni/uni-ui/uni-easyinput/common.js +40 -42
  42. package/dist/uni/uni-ui/uni-easyinput/uni-easyinput.vue +628 -547
  43. package/dist/uni/uni-ui/uni-fab/uni-fab.vue +507 -483
  44. package/dist/uni/uni-ui/uni-fav/i18n/en.json +2 -2
  45. package/dist/uni/uni-ui/uni-fav/i18n/index.js +8 -7
  46. package/dist/uni/uni-ui/uni-fav/i18n/zh-Hans.json +2 -2
  47. package/dist/uni/uni-ui/uni-fav/i18n/zh-Hant.json +2 -2
  48. package/dist/uni/uni-ui/uni-fav/uni-fav.vue +155 -147
  49. package/dist/uni/uni-ui/uni-file-picker/choose-and-upload-file.js +172 -198
  50. package/dist/uni/uni-ui/uni-file-picker/uni-file-picker.vue +636 -634
  51. package/dist/uni/uni-ui/uni-file-picker/upload-file.vue +294 -293
  52. package/dist/uni/uni-ui/uni-file-picker/upload-image.vue +267 -270
  53. package/dist/uni/uni-ui/uni-file-picker/utils.js +81 -82
  54. package/dist/uni/uni-ui/uni-forms/uni-forms.vue +360 -372
  55. package/dist/uni/uni-ui/uni-forms/utils.js +170 -174
  56. package/dist/uni/uni-ui/uni-forms/validate.js +447 -456
  57. package/dist/uni/uni-ui/uni-forms-item/uni-forms-item.vue +497 -497
  58. package/dist/uni/uni-ui/uni-goods-nav/i18n/en.json +4 -4
  59. package/dist/uni/uni-ui/uni-goods-nav/i18n/index.js +8 -7
  60. package/dist/uni/uni-ui/uni-goods-nav/i18n/zh-Hans.json +4 -4
  61. package/dist/uni/uni-ui/uni-goods-nav/i18n/zh-Hant.json +4 -4
  62. package/dist/uni/uni-ui/uni-goods-nav/uni-goods-nav.vue +238 -222
  63. package/dist/uni/uni-ui/uni-grid/uni-grid.vue +134 -134
  64. package/dist/uni/uni-ui/uni-grid-item/uni-grid-item.vue +121 -119
  65. package/dist/uni/uni-ui/uni-group/uni-group.vue +121 -121
  66. package/dist/uni/uni-ui/uni-icons/icons.js +1170 -1168
  67. package/dist/uni/uni-ui/uni-icons/uni-icons.vue +91 -86
  68. package/dist/uni/uni-ui/uni-icons/uniicons.css +166 -166
  69. package/dist/uni/uni-ui/uni-indexed-list/uni-indexed-list-item.vue +129 -129
  70. package/dist/uni/uni-ui/uni-indexed-list/uni-indexed-list.vue +352 -347
  71. package/dist/uni/uni-ui/uni-link/uni-link.vue +134 -119
  72. package/dist/uni/uni-ui/uni-list/uni-list.vue +119 -110
  73. package/dist/uni/uni-ui/uni-list/uni-refresh.vue +14 -14
  74. package/dist/uni/uni-ui/uni-list/uni-refresh.wxs +14 -14
  75. package/dist/uni/uni-ui/uni-list-ad/uni-list-ad.vue +101 -95
  76. package/dist/uni/uni-ui/uni-list-chat/uni-list-chat.scss +18 -18
  77. package/dist/uni/uni-ui/uni-list-chat/uni-list-chat.vue +602 -586
  78. package/dist/uni/uni-ui/uni-list-item/uni-list-item.vue +507 -503
  79. package/dist/uni/uni-ui/uni-load-more/i18n/en.json +3 -3
  80. package/dist/uni/uni-ui/uni-load-more/i18n/index.js +8 -7
  81. package/dist/uni/uni-ui/uni-load-more/i18n/zh-Hans.json +3 -3
  82. package/dist/uni/uni-ui/uni-load-more/i18n/zh-Hant.json +3 -3
  83. package/dist/uni/uni-ui/uni-load-more/uni-load-more.vue +402 -392
  84. package/dist/uni/uni-ui/uni-nav-bar/uni-nav-bar.vue +328 -330
  85. package/dist/uni/uni-ui/uni-nav-bar/uni-status-bar.vue +17 -17
  86. package/dist/uni/uni-ui/uni-notice-bar/uni-notice-bar.vue +422 -401
  87. package/dist/uni/uni-ui/uni-number-box/uni-number-box.vue +211 -205
  88. package/dist/uni/uni-ui/uni-pagination/i18n/en.json +3 -3
  89. package/dist/uni/uni-ui/uni-pagination/i18n/es.json +3 -3
  90. package/dist/uni/uni-ui/uni-pagination/i18n/fr.json +3 -3
  91. package/dist/uni/uni-ui/uni-pagination/i18n/index.js +12 -11
  92. package/dist/uni/uni-ui/uni-pagination/i18n/zh-Hans.json +3 -3
  93. package/dist/uni/uni-ui/uni-pagination/i18n/zh-Hant.json +3 -3
  94. package/dist/uni/uni-ui/uni-pagination/uni-pagination.vue +450 -433
  95. package/dist/uni/uni-ui/uni-popup/uni-popup.vue +404 -404
  96. package/dist/uni/uni-ui/uni-popup-dialog/keypress.js +42 -42
  97. package/dist/uni/uni-ui/uni-popup-dialog/uni-popup-dialog.vue +1 -0
  98. package/dist/uni/uni-ui/uni-popup-message/uni-popup-message.vue +126 -125
  99. package/dist/uni/uni-ui/uni-popup-share/uni-popup-share.vue +172 -172
  100. package/dist/uni/uni-ui/uni-rate/uni-rate.vue +343 -347
  101. package/dist/uni/uni-ui/uni-row/uni-row.vue +180 -182
  102. package/dist/uni/uni-ui/uni-scss/changelog.md +11 -4
  103. package/dist/uni/uni-ui/uni-scss/package.json +73 -73
  104. package/dist/uni/uni-ui/uni-scss/readme.md +2 -1
  105. package/dist/uni/uni-ui/uni-scss/styles/setting/_border.scss +2 -2
  106. package/dist/uni/uni-ui/uni-scss/styles/setting/_color.scss +46 -47
  107. package/dist/uni/uni-ui/uni-scss/styles/setting/_radius.scss +49 -49
  108. package/dist/uni/uni-ui/uni-scss/styles/setting/_space.scss +52 -53
  109. package/dist/uni/uni-ui/uni-scss/styles/setting/_styles.scss +142 -147
  110. package/dist/uni/uni-ui/uni-scss/styles/setting/_text.scss +20 -20
  111. package/dist/uni/uni-ui/uni-scss/styles/setting/_variables.scss +111 -95
  112. package/dist/uni/uni-ui/uni-scss/styles/tools/functions.scss +28 -18
  113. package/dist/uni/uni-ui/uni-scss/theme.scss +10 -7
  114. package/dist/uni/uni-ui/uni-scss/variables.scss +42 -24
  115. package/dist/uni/uni-ui/uni-search-bar/i18n/en.json +3 -3
  116. package/dist/uni/uni-ui/uni-search-bar/i18n/index.js +8 -7
  117. package/dist/uni/uni-ui/uni-search-bar/i18n/zh-Hans.json +2 -2
  118. package/dist/uni/uni-ui/uni-search-bar/i18n/zh-Hant.json +2 -2
  119. package/dist/uni/uni-ui/uni-search-bar/uni-search-bar.vue +290 -281
  120. package/dist/uni/uni-ui/uni-section/uni-section.vue +149 -146
  121. package/dist/uni/uni-ui/uni-segmented-control/uni-segmented-control.vue +141 -131
  122. package/dist/uni/uni-ui/uni-steps/uni-steps.vue +255 -236
  123. package/dist/uni/uni-ui/uni-swipe-action/uni-swipe-action.vue +51 -51
  124. package/dist/uni/uni-ui/uni-swipe-action-item/bindingx.js +276 -282
  125. package/dist/uni/uni-ui/uni-swipe-action-item/isPC.js +10 -10
  126. package/dist/uni/uni-ui/uni-swipe-action-item/mpalipay.js +182 -187
  127. package/dist/uni/uni-ui/uni-swipe-action-item/mpother.js +235 -244
  128. package/dist/uni/uni-ui/uni-swipe-action-item/mpwxs.js +70 -75
  129. package/dist/uni/uni-ui/uni-swipe-action-item/render.js +238 -247
  130. package/dist/uni/uni-ui/uni-swipe-action-item/uni-swipe-action-item.vue +387 -313
  131. package/dist/uni/uni-ui/uni-swipe-action-item/wx.wxs +206 -215
  132. package/dist/uni/uni-ui/uni-swiper-dot/uni-swiper-dot.vue +241 -197
  133. package/dist/uni/uni-ui/uni-table/uni-table.vue +445 -447
  134. package/dist/uni/uni-ui/uni-tag/uni-tag.vue +234 -244
  135. package/dist/uni/uni-ui/uni-tbody/uni-tbody.vue +20 -23
  136. package/dist/uni/uni-ui/uni-td/uni-td.vue +79 -80
  137. package/dist/uni/uni-ui/uni-th/filter-dropdown.vue +510 -503
  138. package/dist/uni/uni-ui/uni-th/uni-th.vue +289 -273
  139. package/dist/uni/uni-ui/uni-thead/uni-thead.vue +115 -114
  140. package/dist/uni/uni-ui/uni-title/uni-title.vue +151 -154
  141. package/dist/uni/uni-ui/uni-tooltip/uni-tooltip.vue +55 -60
  142. package/dist/uni/uni-ui/uni-tr/table-checkbox.vue +162 -163
  143. package/dist/uni/uni-ui/uni-tr/uni-tr.vue +158 -157
  144. package/dist/uni/uni-ui/uni-transition/createAnimation.js +130 -113
  145. package/dist/uni/uni-ui/uni-transition/uni-transition.vue +274 -272
  146. package/package.json +1 -1
@@ -1,45 +1,45 @@
1
1
  // #ifdef H5
2
2
  export default {
3
- name: 'Keypress',
4
- props: {
5
- disable: {
6
- type: Boolean,
7
- default: false
8
- }
9
- },
10
- mounted () {
11
- const keyNames = {
12
- esc: ['Esc', 'Escape'],
13
- tab: 'Tab',
14
- enter: 'Enter',
15
- space: [' ', 'Spacebar'],
16
- up: ['Up', 'ArrowUp'],
17
- left: ['Left', 'ArrowLeft'],
18
- right: ['Right', 'ArrowRight'],
19
- down: ['Down', 'ArrowDown'],
20
- delete: ['Backspace', 'Delete', 'Del']
21
- }
22
- const listener = ($event) => {
23
- if (this.disable) {
24
- return
25
- }
26
- const keyName = Object.keys(keyNames).find(key => {
27
- const keyName = $event.key
28
- const value = keyNames[key]
29
- return value === keyName || (Array.isArray(value) && value.includes(keyName))
30
- })
31
- if (keyName) {
32
- // 避免和其他按键事件冲突
33
- setTimeout(() => {
34
- this.$emit(keyName, {})
35
- }, 0)
36
- }
37
- }
38
- document.addEventListener('keyup', listener)
39
- this.$once('hook:beforeDestroy', () => {
40
- document.removeEventListener('keyup', listener)
41
- })
42
- },
43
- render: () => {}
44
- }
3
+ name: 'Keypress',
4
+ props: {
5
+ disable: {
6
+ type: Boolean,
7
+ default: false,
8
+ },
9
+ },
10
+ mounted() {
11
+ const keyNames = {
12
+ esc: ['Esc', 'Escape'],
13
+ tab: 'Tab',
14
+ enter: 'Enter',
15
+ space: [' ', 'Spacebar'],
16
+ up: ['Up', 'ArrowUp'],
17
+ left: ['Left', 'ArrowLeft'],
18
+ right: ['Right', 'ArrowRight'],
19
+ down: ['Down', 'ArrowDown'],
20
+ delete: ['Backspace', 'Delete', 'Del'],
21
+ };
22
+ const listener = ($event) => {
23
+ if (this.disable) {
24
+ return;
25
+ }
26
+ const keyName = Object.keys(keyNames).find((key) => {
27
+ const keyName = $event.key;
28
+ const value = keyNames[key];
29
+ return value === keyName || (Array.isArray(value) && value.includes(keyName));
30
+ });
31
+ if (keyName) {
32
+ // 避免和其他按键事件冲突
33
+ setTimeout(() => {
34
+ this.$emit(keyName, {});
35
+ }, 0);
36
+ }
37
+ };
38
+ document.addEventListener('keyup', listener);
39
+ this.$once('hook:beforeDestroy', () => {
40
+ document.removeEventListener('keyup', listener);
41
+ });
42
+ },
43
+ render: () => {},
44
+ };
45
45
  // #endif
@@ -28,6 +28,7 @@
28
28
  import popup from '../uni-popup/popup.js';
29
29
  import { initVueI18n } from '@dcloudio/uni-i18n';
30
30
  import messages from '../uni-popup/i18n';
31
+
31
32
  const { t } = initVueI18n(messages);
32
33
  /**
33
34
  * PopUp 弹出层-对话框样式
@@ -1,143 +1,144 @@
1
1
  <template>
2
- <view class="uni-popup-message">
3
- <view class="uni-popup-message__box fixforpc-width" :class="'uni-popup__'+type">
4
- <slot>
5
- <text class="uni-popup-message-text" :class="'uni-popup__'+type+'-text'">{{message}}</text>
6
- </slot>
7
- </view>
8
- </view>
2
+ <view class="uni-popup-message">
3
+ <view class="uni-popup-message__box fixforpc-width" :class="'uni-popup__' + type">
4
+ <slot>
5
+ <text class="uni-popup-message-text" :class="'uni-popup__' + type + '-text'">{{ message }}</text>
6
+ </slot>
7
+ </view>
8
+ </view>
9
9
  </template>
10
10
 
11
11
  <script>
12
- import popup from '../uni-popup/popup.js'
13
- /**
14
- * PopUp 弹出层-消息提示
15
- * @description 弹出层-消息提示
16
- * @tutorial https://ext.dcloud.net.cn/plugin?id=329
17
- * @property {String} type = [success|warning|info|error] 主题样式
18
- * @value success 成功
19
- * @value warning 提示
20
- * @value info 消息
21
- * @value error 错误
22
- * @property {String} message 消息提示文字
23
- * @property {String} duration 显示时间,设置为 0 则不会自动关闭
24
- */
12
+ import popup from '../uni-popup/popup.js';
25
13
 
26
- export default {
27
- name: 'uniPopupMessage',
28
- mixins:[popup],
29
- props: {
30
- /**
31
- * 主题 success/warning/info/error 默认 success
32
- */
33
- type: {
34
- type: String,
35
- default: 'success'
36
- },
37
- /**
38
- * 消息文字
39
- */
40
- message: {
41
- type: String,
42
- default: ''
43
- },
44
- /**
45
- * 显示时间,设置为 0 则不会自动关闭
46
- */
47
- duration: {
48
- type: Number,
49
- default: 3000
50
- },
51
- maskShow:{
52
- type:Boolean,
53
- default:false
54
- }
55
- },
56
- data() {
57
- return {}
58
- },
59
- created() {
60
- this.popup.maskShow = this.maskShow
61
- this.popup.messageChild = this
62
- },
63
- methods: {
64
- timerClose(){
65
- if(this.duration === 0) return
66
- clearTimeout(this.timer)
67
- this.timer = setTimeout(()=>{
68
- this.popup.close()
69
- },this.duration)
70
- }
71
- }
72
- }
14
+ /**
15
+ * PopUp 弹出层-消息提示
16
+ * @description 弹出层-消息提示
17
+ * @tutorial https://ext.dcloud.net.cn/plugin?id=329
18
+ * @property {String} type = [success|warning|info|error] 主题样式
19
+ * @value success 成功
20
+ * @value warning 提示
21
+ * @value info 消息
22
+ * @value error 错误
23
+ * @property {String} message 消息提示文字
24
+ * @property {String} duration 显示时间,设置为 0 则不会自动关闭
25
+ */
26
+
27
+ export default {
28
+ name: 'uniPopupMessage',
29
+ mixins: [popup],
30
+ props: {
31
+ /**
32
+ * 主题 success/warning/info/error 默认 success
33
+ */
34
+ type: {
35
+ type: String,
36
+ default: 'success',
37
+ },
38
+ /**
39
+ * 消息文字
40
+ */
41
+ message: {
42
+ type: String,
43
+ default: '',
44
+ },
45
+ /**
46
+ * 显示时间,设置为 0 则不会自动关闭
47
+ */
48
+ duration: {
49
+ type: Number,
50
+ default: 3000,
51
+ },
52
+ maskShow: {
53
+ type: Boolean,
54
+ default: false,
55
+ },
56
+ },
57
+ data() {
58
+ return {};
59
+ },
60
+ created() {
61
+ this.popup.maskShow = this.maskShow;
62
+ this.popup.messageChild = this;
63
+ },
64
+ methods: {
65
+ timerClose() {
66
+ if (this.duration === 0) return;
67
+ clearTimeout(this.timer);
68
+ this.timer = setTimeout(() => {
69
+ this.popup.close();
70
+ }, this.duration);
71
+ },
72
+ },
73
+ };
73
74
  </script>
74
- <style lang="scss" >
75
- .uni-popup-message {
76
- /* #ifndef APP-NVUE */
77
- display: flex;
78
- /* #endif */
79
- flex-direction: row;
80
- justify-content: center;
81
- }
75
+ <style lang="scss">
76
+ .uni-popup-message {
77
+ /* #ifndef APP-NVUE */
78
+ display: flex;
79
+ /* #endif */
80
+ flex-direction: row;
81
+ justify-content: center;
82
+ }
82
83
 
83
- .uni-popup-message__box {
84
- background-color: #e1f3d8;
85
- padding: 10px 15px;
86
- border-color: #eee;
87
- border-style: solid;
88
- border-width: 1px;
89
- flex: 1;
90
- }
84
+ .uni-popup-message__box {
85
+ background-color: #e1f3d8;
86
+ padding: 10px 15px;
87
+ border-color: #eee;
88
+ border-style: solid;
89
+ border-width: 1px;
90
+ flex: 1;
91
+ }
91
92
 
92
- @media screen and (min-width: 500px) {
93
- .fixforpc-width {
94
- margin-top: 20px;
95
- border-radius: 4px;
96
- flex: none;
97
- min-width: 380px;
98
- /* #ifndef APP-NVUE */
99
- max-width: 50%;
100
- /* #endif */
101
- /* #ifdef APP-NVUE */
102
- max-width: 500px;
103
- /* #endif */
104
- }
105
- }
93
+ @media screen and (min-width: 500px) {
94
+ .fixforpc-width {
95
+ margin-top: 20px;
96
+ border-radius: 4px;
97
+ flex: none;
98
+ min-width: 380px;
99
+ /* #ifndef APP-NVUE */
100
+ max-width: 50%;
101
+ /* #endif */
102
+ /* #ifdef APP-NVUE */
103
+ max-width: 500px;
104
+ /* #endif */
105
+ }
106
+ }
106
107
 
107
- .uni-popup-message-text {
108
- font-size: 14px;
109
- padding: 0;
110
- }
108
+ .uni-popup-message-text {
109
+ font-size: 14px;
110
+ padding: 0;
111
+ }
111
112
 
112
- .uni-popup__success {
113
- background-color: #e1f3d8;
114
- }
113
+ .uni-popup__success {
114
+ background-color: #e1f3d8;
115
+ }
115
116
 
116
- .uni-popup__success-text {
117
- color: #67C23A;
118
- }
117
+ .uni-popup__success-text {
118
+ color: #67c23a;
119
+ }
119
120
 
120
- .uni-popup__warn {
121
- background-color: #faecd8;
122
- }
121
+ .uni-popup__warn {
122
+ background-color: #faecd8;
123
+ }
123
124
 
124
- .uni-popup__warn-text {
125
- color: #E6A23C;
126
- }
125
+ .uni-popup__warn-text {
126
+ color: #e6a23c;
127
+ }
127
128
 
128
- .uni-popup__error {
129
- background-color: #fde2e2;
130
- }
129
+ .uni-popup__error {
130
+ background-color: #fde2e2;
131
+ }
131
132
 
132
- .uni-popup__error-text {
133
- color: #F56C6C;
134
- }
133
+ .uni-popup__error-text {
134
+ color: #f56c6c;
135
+ }
135
136
 
136
- .uni-popup__info {
137
- background-color: #F2F6FC;
138
- }
137
+ .uni-popup__info {
138
+ background-color: #f2f6fc;
139
+ }
139
140
 
140
- .uni-popup__info-text {
141
- color: #909399;
142
- }
141
+ .uni-popup__info-text {
142
+ color: #909399;
143
+ }
143
144
  </style>