Commit b3a05d2b by t0ng7u

🖼️ style(ui): change skeleton button size to 16*16

parent 84629312
...@@ -103,7 +103,7 @@ const PricingCardView = ({ ...@@ -103,7 +103,7 @@ const PricingCardView = ({
<div className="flex items-center space-x-2 ml-3"> <div className="flex items-center space-x-2 ml-3">
{/* 操作按钮骨架 */} {/* 操作按钮骨架 */}
<Skeleton.Button size="small" style={{ width: 32, height: 32 }} /> <Skeleton.Button size="small" style={{ width: 16, height: 16 }} />
{rowSelection && ( {rowSelection && (
<Skeleton.Button size="small" style={{ width: 16, height: 16 }} /> <Skeleton.Button size="small" style={{ width: 16, height: 16 }} />
)} )}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment