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:
parent
a403e22439
commit
aa868e798d
@ -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",
|
||||
|
@ -405,7 +405,7 @@ export default {
|
||||
"Operation succeeded": "操作成功",
|
||||
"Operation failed": "操作失败",
|
||||
"Open mode": "打开方式",
|
||||
"Set popup size": "设置弹窗尺寸",
|
||||
"Popup size": "弹窗尺寸",
|
||||
"Small": "较窄",
|
||||
"Middle": "中等",
|
||||
"Large": "较宽",
|
||||
|
@ -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={[
|
||||
|
Loading…
Reference in New Issue
Block a user