style(AddressEdit): submit button using primary type
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
其他:
|
||||
|
||||
- ActionBar: 调整 `--van-action-bar-icon-text-color` 变量的默认值为 `--van-text-color`
|
||||
- AddressEdit: 提交按钮调整为 `primary` 类型
|
||||
- Button: 默认圆角大小从 `2px` 调整为 `4px`
|
||||
- Button: 默认按钮的边框颜色调整为 `--van-gray-4`
|
||||
- Button: 调整 `font-smoothing`,默认使用粗体文字
|
||||
|
||||
@@ -340,7 +340,7 @@ export default defineComponent({
|
||||
<Button
|
||||
block
|
||||
round
|
||||
type="danger"
|
||||
type="primary"
|
||||
text={props.saveButtonText || t('save')}
|
||||
class={bem('button')}
|
||||
loading={props.isSaving}
|
||||
|
||||
Reference in New Issue
Block a user