mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-20 23:18:58 +08:00
style(web-antd): 统一输入框圆角样式
为客户端配置表单中的超时输入框添加一致的圆角样式,确保与设计系统变量保持一致
This commit is contained in:
@@ -162,6 +162,9 @@ export const drawerSchema: FormSchemaGetter = () => [
|
|||||||
componentProps: {
|
componentProps: {
|
||||||
addonAfter: '秒',
|
addonAfter: '秒',
|
||||||
placeholder: '请输入',
|
placeholder: '请输入',
|
||||||
|
style: {
|
||||||
|
'--ant-border-radius': 'var(--radius) 0 0 var(--radius)',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
defaultValue: 1800,
|
defaultValue: 1800,
|
||||||
fieldName: 'activeTimeout',
|
fieldName: 'activeTimeout',
|
||||||
@@ -174,6 +177,9 @@ export const drawerSchema: FormSchemaGetter = () => [
|
|||||||
component: 'InputNumber',
|
component: 'InputNumber',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
addonAfter: '秒',
|
addonAfter: '秒',
|
||||||
|
style: {
|
||||||
|
'--ant-border-radius': 'var(--radius) 0 0 var(--radius)',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
defaultValue: 604_800,
|
defaultValue: 604_800,
|
||||||
fieldName: 'timeout',
|
fieldName: 'timeout',
|
||||||
|
|||||||
Reference in New Issue
Block a user