refactor(client/popup): text: 'Set popup size' changed to 'Popup size' (#1262)

* refactor(client/popup): text: 'Set popup size' changed to 'Popup size'

* refactor(client/popup): text: '设置弹窗尺寸' changed to '弹窗尺寸'
This commit is contained in:
lyf-coder 2022-12-18 12:19:18 +08:00 committed by GitHub
parent a403e22439
commit aa868e798d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -338,7 +338,7 @@ export default {
"Operation succeeded": "Operation succeeded",
"Operation failed": "Operation failed",
"Open mode": "Open mode",
"Set popup size": "Set popup size",
"Popup size": "Popup size",
"Small": "Small",
"Middle": "Middle",
"Large": "Large",

View File

@ -405,7 +405,7 @@ export default {
"Operation succeeded": "操作成功",
"Operation failed": "操作失败",
"Open mode": "打开方式",
"Set popup size": "设置弹窗尺寸",
"Popup size": "弹窗尺寸",
"Small": "较窄",
"Middle": "中等",
"Large": "较宽",

View File

@ -160,7 +160,7 @@ export const ActionDesigner = (props) => {
{isPopupAction && ['modal', 'drawer'].includes(fieldSchema?.['x-component-props']?.['openMode']) && (
<SchemaSettings.Item>
<div style={{ alignItems: 'center', display: 'flex', justifyContent: 'space-between' }}>
{t('Set popup size')}
{t('Popup size')}
<Select
bordered={false}
options={[