输入框修改颜色微调,弹出层下拉选项数据收集修改关闭弹出层的办法,飞书经历添加按钮添加专属兼容

This commit is contained in:
2026-08-05 17:35:31 +08:00
parent e4e3a2683b
commit 69c77dc7ac
3 changed files with 66 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const COLOR_MAP: Record<HighlightColor, string> = {
green: "#b7ffc5", // 淡绿色
greenTwo: "#b7ffc6", // 淡绿色2
red: "#ffb7b7", // 淡红色
yellow: "#fff", //
yellow: "transparent", // 透明
}
/** 常见的表单项容器选择器(与 formMatcher.ts 保持一致) */