调整属性查询面板风格,与分区属性查询面板风格一致;移除官网优化分区的工具栏

This commit is contained in:
JIANG
2025-10-20 18:29:44 +08:00
parent 66bdca2c16
commit 011376cf51
3 changed files with 130 additions and 26 deletions

View File

@@ -282,7 +282,7 @@ const ZonePropsPanel: React.FC<ZonePropsPanelProps> = ({
return (
<div className="absolute top-4 right-4 bg-white shadow-2xl rounded-xl overflow-hidden w-96 max-h-[850px] flex flex-col backdrop-blur-sm opacity-95 hover:opacity-100 transition-all duration-300">
{/* 头部 */}
<div className="flex justify-between items-center px-5 py-4 bg-blue-500 text-white">
<div className="flex justify-between items-center px-5 py-4 bg-[#257DD4] text-white">
<div className="flex items-center gap-2">
<svg
className="w-5 h-5"