fix(ui): match extraction field chips with review settings style, green only for multi-entity
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -95,8 +95,15 @@
|
||||
@apply bg-[rgba(0,104,74,0.15)] border-[#00684a] text-[#00684a];
|
||||
}
|
||||
|
||||
.config-new-page .tag-button.tag-multi-entity {
|
||||
@apply bg-[#00684a] border-[#00684a] text-white hover:bg-[#005a3f] hover:border-[#005a3f] hover:text-white;
|
||||
.config-new-page .ant-btn.tag-button.tag-multi-entity {
|
||||
background-color: #00684a !important;
|
||||
border-color: #00684a !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.config-new-page .ant-btn.tag-button.tag-multi-entity:hover {
|
||||
background-color: #005a3f !important;
|
||||
border-color: #005a3f !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
/* JSON编辑器 */
|
||||
|
||||
Reference in New Issue
Block a user