完成时间轴前后端数据连通
This commit is contained in:
@@ -20,7 +20,7 @@ const PropertyPanel: React.FC<PropertyPanelProps> = ({
|
||||
}) => {
|
||||
if (!id) {
|
||||
return (
|
||||
<div className="absolute top-0 right-0 h-auto bg-white p-6 rounded-bl-2xl shadow-lg min-w-[320px]">
|
||||
<div className="absolute top-0 right-0 h-auto bg-white p-6 rounded-bl-2xl shadow-lg min-w-[320px] z-10">
|
||||
<h3 className="text-lg font-semibold mb-4">属性面板</h3>
|
||||
<p className="text-gray-500">请选择一个要素以查看其属性。</p>
|
||||
</div>
|
||||
@@ -38,7 +38,7 @@ const PropertyPanel: React.FC<PropertyPanelProps> = ({
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="absolute top-0 right-0 h-auto bg-white p-6 rounded-bl-2xl shadow-lg min-w-[320px]">
|
||||
<div className="absolute top-0 right-0 h-auto bg-white p-6 rounded-bl-2xl shadow-lg min-w-[320px] z-10">
|
||||
<h3 className="text-lg font-semibold mb-4">属性面板</h3>
|
||||
<div className="space-y-2">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user