mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-20 12:29:22 +08:00
fix: 调整卡片内边距,优化图表和延迟显示的布局
This commit is contained in:
@@ -59,7 +59,7 @@ export const useNodeCommons = (node: NodeWithStatus) => {
|
||||
|
||||
const tagList = [
|
||||
...(price ? [price] : []),
|
||||
...(daysLeftTag ? [daysLeftTag] : []),
|
||||
...(daysLeftTag && price ? [daysLeftTag] : []),
|
||||
...(typeof node.tags === "string"
|
||||
? node.tags
|
||||
.split(";")
|
||||
|
Reference in New Issue
Block a user