热更新

This commit is contained in:
2024-06-13 10:04:13 +08:00
parent e595e034dc
commit 7eaaf64a22
1180 changed files with 70026 additions and 731709 deletions

View File

@@ -10,6 +10,10 @@ export default {
type: String,
default: uni.$u.props.alert.type
},
size: {
type: String,
// default: uni.$u.props.alert.type
},
// 辅助性文字
description: {
type: String,

View File

@@ -22,7 +22,8 @@
<view
class="u-alert__content"
:style="[{
paddingRight: closable ? '20px' : 0
paddingRight: closable ? '20px' : 0,
size: size ? size : '',
}]"
>
<text