Merge branch 'master' of ssh://gitea.bowongai.com:221/bowong/mxivideo
This commit is contained in:
commit
88380a98f0
|
|
@ -413,12 +413,8 @@ const ProjectMaterialsCenter: React.FC<ProjectMaterialsCenterProps> = ({
|
||||||
|
|
||||||
{/* 类型标识 */}
|
{/* 类型标识 */}
|
||||||
<div className="absolute top-1.5 left-1.5">
|
<div className="absolute top-1.5 left-1.5">
|
||||||
<span className={`px-1.5 py-0.5 text-xs rounded ${
|
<span className={`px-1.5 py-0.5 text-xs rounded`}>
|
||||||
material.segment_index === 0
|
{material.tags.join(' ')}
|
||||||
? 'bg-green-100 text-green-800'
|
|
||||||
: 'bg-purple-100 text-purple-800'
|
|
||||||
}`}>
|
|
||||||
{material.segment_index === 0 ? '原始' : `片段${material.segment_index}`}
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue