stellar-ui-plus 1.17.19 → 1.17.20

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.
@@ -174,10 +174,10 @@ defineExpose({
174
174
  <view class="icon-box" v-if="icon">
175
175
  <ste-icon :code="cmpIconCode" color="#999999" size="45"></ste-icon>
176
176
  </view>
177
- <view class="ste-message-title">{{ title }}</view>
177
+ <text class="ste-message-title">{{ title }}</text>
178
178
  <view class="msg" v-if="!icon">
179
179
  <slot>
180
- <view class="text" v-if="!editable">{{ content }}</view>
180
+ <text class="text" v-if="!editable">{{ content }}</text>
181
181
  <view v-else class="input-box">
182
182
  <text class="placeholder-text" v-show="showInputPlaceholder">
183
183
  {{ placeholderText }}
@@ -269,6 +269,7 @@ defineExpose({
269
269
  font-weight: bold;
270
270
  font-size: var(--font-size-32, 32rpx);
271
271
  text-align: center;
272
+ display: block;
272
273
  }
273
274
 
274
275
  .msg {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stellar-ui-plus",
3
- "version": "1.17.19",
3
+ "version": "1.17.20",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "MIT",