Просмотр исходного кода

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

t0ng7u 7 месяцев назад
Родитель
Сommit
e417c269eb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/src/components/table/model-pricing/view/PricingCardView.jsx

+ 1 - 1
web/src/components/table/model-pricing/view/PricingCardView.jsx

@@ -103,7 +103,7 @@ const PricingCardView = ({
 
                 <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 && (
                     <Skeleton.Button size="small" style={{ width: 16, height: 16 }} />
                   )}