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
|
-
<
|
|
177
|
+
<text class="ste-message-title">{{ title }}</text>
|
|
178
178
|
<view class="msg" v-if="!icon">
|
|
179
179
|
<slot>
|
|
180
|
-
<
|
|
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 {
|