style(Dialog): fix round-button theme (#6934)

* style(Dialog): fix round-button theme

* style(Dialog): improve round-button theme
This commit is contained in:
neverland
2020-08-04 16:37:00 +08:00
committed by GitHub
parent f82177abcc
commit d342fa3781
6 changed files with 37 additions and 32 deletions
+2 -2
View File
@@ -52,18 +52,18 @@ export default {
'zh-CN': {
alert1: '提示弹窗',
alert2: '提示弹窗(无标题)',
round: '圆角按钮样式',
confirm: '确认弹窗',
asyncClose: '异步关闭',
roundButton: '圆角按钮样式',
componentCall: '组件调用',
content: '代码是写出来给人看的,附带能在机器上运行',
},
'en-US': {
alert1: 'Alert',
alert2: 'Alert without title',
round: 'Round Button Style',
confirm: 'Confirm dialog',
asyncClose: 'Async Close',
roundButton: 'Round Button Style',
componentCall: 'Component Call',
},
},