样式小优化
This commit is contained in:
@@ -92,7 +92,7 @@ export function TemplateCard({ template, onClick }: TemplateCardProps) {
|
||||
<span>使用次数:{template.useCount.toLocaleString()}</span>
|
||||
</div>
|
||||
|
||||
<div className="template-actions">
|
||||
<div className="template-actions mt-3">
|
||||
<button
|
||||
className="action-btn primary"
|
||||
onClick={(e) => handleActionClick(e, '立即使用')}
|
||||
|
||||
Reference in New Issue
Block a user