1
This commit is contained in:
@@ -1406,8 +1406,9 @@ const GeneratePage: React.FC = () => {
|
||||
margin: '-24px -32px -32px',
|
||||
borderRadius: 20,
|
||||
height: 'calc(100vh - 34px)',
|
||||
padding:'24px'
|
||||
|
||||
padding:'24px',
|
||||
background: '#fff',
|
||||
overflowY: 'auto'
|
||||
}}>
|
||||
{/* Header */}
|
||||
<div
|
||||
@@ -3308,7 +3309,7 @@ const GeneratePage: React.FC = () => {
|
||||
本项目生成记录
|
||||
</Typography.Text>
|
||||
<div
|
||||
style={{ display: "flex", flexDirection: "column", gap: 8 }}
|
||||
style={{ display: "flex", flexDirection: "column", gap: 8, background: "#fff", borderRadius: 12, padding: 8, border: "1px solid #f0f0f5" }}
|
||||
className="stagger-children"
|
||||
>
|
||||
{projectRecords.map((record, i) => {
|
||||
@@ -3333,9 +3334,8 @@ const GeneratePage: React.FC = () => {
|
||||
}
|
||||
style={{
|
||||
padding: "12px 16px",
|
||||
borderRadius: isExpanded ? "12px 12px 0 0" : 12,
|
||||
background: "#fff",
|
||||
border: "1px solid #f0f0f5",
|
||||
borderRadius: isExpanded ? "8px 8px 0 0" : 8,
|
||||
background: "#fafafa",
|
||||
cursor: "pointer",
|
||||
transition: "all 0.2s",
|
||||
display: "flex",
|
||||
@@ -3479,9 +3479,7 @@ const GeneratePage: React.FC = () => {
|
||||
<div
|
||||
style={{
|
||||
background: "#fff",
|
||||
border: "1px solid #f0f0f5",
|
||||
borderTop: "none",
|
||||
borderRadius: "0 0 12px 12px",
|
||||
borderRadius: "0 0 8px 8px",
|
||||
padding: "18px 20px",
|
||||
animation: "fadeInUp 0.25s ease both",
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user