修改边距

This commit is contained in:
孙佳艺
2026-06-25 17:19:35 +08:00
parent 537c121361
commit 5f06fd06cf
4 changed files with 10 additions and 8 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -28,7 +28,7 @@
} }
})(); })();
</script> </script>
<script type="module" crossorigin src="/assets/index-DUhIsGse.js"></script> <script type="module" crossorigin src="/assets/index-DH3LzPJl.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-eLRg4pQk.css"> <link rel="stylesheet" crossorigin href="/assets/index-eLRg4pQk.css">
</head> </head>
<body> <body>
@@ -586,8 +586,8 @@ const AppLayout: React.FC = () => {
{/* Main Content */} {/* Main Content */}
<div className="desktop-content" style={{ <div className="desktop-content" style={{
marginLeft: sidebarW + 48, marginLeft: sidebarW + 28,
marginRight: 32, marginRight: 12,
marginTop: 16, marginTop: 16,
marginBottom: 16, marginBottom: 16,
flex: 1, flex: 1,
+5 -3
View File
@@ -687,7 +687,7 @@ function RemoveInfo() {
<span style={{ fontSize: 14, color: '#f59e0b' }}></span> <span style={{ fontSize: 14, color: '#f59e0b' }}></span>
</div> </div>
) : taskDetail.analysisStatus === 'completed' ? ( ) : taskDetail.analysisStatus === 'completed' ? (
<span style={{ color: '#475569', lineHeight: 1.6 }}>{taskDetail.originalVideoContent}</span> <span style={{ color: '#475569', lineHeight: 1.6 , height: 100,overflowY: 'auto'}}>{taskDetail.originalVideoContent}</span>
) : null} ) : null}
</div> </div>
</div> </div>
@@ -788,7 +788,7 @@ function RemoveInfo() {
} }
placement="top" placement="top"
trigger="hover" trigger="hover"
overlayInnerStyle={{ backgroundColor: '#fff', border: '1px solid rgba(99, 102, 241, 0.1)', borderRadius: 12, boxShadow: '0 8px 24px rgba(99, 102, 241, 0.12)' }} overlayInnerStyle={{ backgroundColor: '#fff', height: 300, overflowY: 'auto', border: '1px solid rgba(99, 102, 241, 0.1)', borderRadius: 12, boxShadow: '0 8px 24px rgba(99, 102, 241, 0.12)' }}
> >
<span style={{ marginLeft: 8, fontSize: 13, opacity: 0.9 }}>(AI )</span> <span style={{ marginLeft: 8, fontSize: 13, opacity: 0.9 }}>(AI )</span>
</Tooltip> </Tooltip>
@@ -832,6 +832,8 @@ function RemoveInfo() {
...style, ...style,
transition: 'all 0.2s ease', transition: 'all 0.2s ease',
borderBottom: '1px solid rgba(99, 102, 241, 0.05)', borderBottom: '1px solid rgba(99, 102, 241, 0.05)',
height: 80,
overflow: 'auto',
}} }}
/> />
), ),
@@ -853,7 +855,7 @@ function RemoveInfo() {
className={className} className={className}
style={{ style={{
...style, ...style,
background: 'rgba(99, 102, 241, 0.03)', background: 'rgba(255, 255, 255, 1)',
color: '#64748b', color: '#64748b',
fontWeight: 500, fontWeight: 500,
fontSize: 13, fontSize: 13,