mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
fix
This commit is contained in:
@@ -1277,7 +1277,11 @@
|
||||
},
|
||||
"vxe-select/class-name": {
|
||||
"type": "string | (({}) => string)",
|
||||
"description": "给下拉框附加 className"
|
||||
"description": "给选择器附加 className"
|
||||
},
|
||||
"vxe-select/popup-class-name": {
|
||||
"type": "string | (({}) => string)",
|
||||
"description": "给下拉容器附加 className"
|
||||
},
|
||||
"vxe-select/visible": {
|
||||
"type": "boolean",
|
||||
@@ -1408,8 +1412,12 @@
|
||||
"description": "是否禁用"
|
||||
},
|
||||
"vxe-button/class-name": {
|
||||
"type": "string",
|
||||
"description": "附加 className"
|
||||
"type": "string | (({}) => string)",
|
||||
"description": "给展示容器附加 className"
|
||||
},
|
||||
"vxe-button/popup-class-name": {
|
||||
"type": "string | (({}) => string)",
|
||||
"description": "给下拉容器附加 className"
|
||||
},
|
||||
"vxe-button/loading": {
|
||||
"type": "boolean",
|
||||
@@ -1443,6 +1451,10 @@
|
||||
"type": "string",
|
||||
"description": "主题样式"
|
||||
},
|
||||
"vxe-tooltip/popup-class-name": {
|
||||
"type": "string | (({}) => string)",
|
||||
"description": "给下拉容器附加 className"
|
||||
},
|
||||
"vxe-tooltip/z-index": {
|
||||
"type": "number",
|
||||
"description": "自定义堆叠顺序(对于某些特殊场景,比如被遮挡时可能会用到)"
|
||||
@@ -1827,6 +1839,14 @@
|
||||
"type": "string",
|
||||
"description": "尺寸"
|
||||
},
|
||||
"vxe-pulldown/class-name": {
|
||||
"type": "string | (({}) => string)",
|
||||
"description": "给展示容器附加 className"
|
||||
},
|
||||
"vxe-pulldown/popup-class-name": {
|
||||
"type": "string | (({}) => string)",
|
||||
"description": "给下拉容器附加 className"
|
||||
},
|
||||
"vxe-pulldown/disabled": {
|
||||
"type": "boolean",
|
||||
"description": "是否禁用"
|
||||
|
||||
Reference in New Issue
Block a user