From a981e5a6d920bd477fff683158625fad505f4cc8 Mon Sep 17 00:00:00 2001 From: ‘chensiAb’ <‘chenchenco03@163.com’> Date: Thu, 10 Apr 2025 17:05:03 +0800 Subject: [PATCH] style:自定义导航添加zindex --- _cursor.ai/forms.doc/select.doc/CSelect.doc.md | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/_cursor.ai/forms.doc/select.doc/CSelect.doc.md b/_cursor.ai/forms.doc/select.doc/CSelect.doc.md index 42ab6cf..8a44b3e 100644 --- a/_cursor.ai/forms.doc/select.doc/CSelect.doc.md +++ b/_cursor.ai/forms.doc/select.doc/CSelect.doc.md @@ -16,7 +16,9 @@ - `options` (Array,必填):选择菜单选项数组,每个选项应包含 name 和 value/id 属性 - `placeholder` (String,可选):输入框占位提示文本 - `readOnly` (Boolean,可选):只读模式,默认为 false -- `selectByPage` (String,可选):开启选择菜单跳转选择页面模式,值为 'on' +- `selectByPage` (String,可选):选择菜单模式 + - 不设置:下拉选择模式 + - `on`:跳转页面选择模式 - `onOpenSelectorPage` (Function,可选):页面跳转模式下,发起选择的回调函数 ## 使用示例 -- Gitblit v1.9.1