@@ -7,8 +7,8 @@ function BuildingImageModel() {
return (
<>
<span>效果图(10)</span>
- <Button type="link">重命名</Button>
- <Button type="link">删除相册</Button>
+ <Button type="link" style={{ color: 'blue' }}>重命名</Button>
+ <Button type="link" style={{ color: 'blue' }}>删除相册</Button>
</>
)
}