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