移除 AI 机场报文解读面板的折叠收起按钮
将 <details>/<summary> 改为普通 <section>/<div>,面板始终展开。 移除 isCompactCard prop 及相关的 open/onToggle 状态管理。
This commit is contained in:
@@ -879,10 +879,6 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.root :global(.scan-ai-city-ai-read summary) {
|
||||
cursor: pointer;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.root :global(.scan-ai-city-ai-read summary::-webkit-details-marker) {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user