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

🤓 style: add `outline` theme in pricingcard copy button

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

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

@@ -243,6 +243,7 @@ const PricingCardView = ({
                     {/* 复制按钮 */}
                     {/* 复制按钮 */}
                     <Button
                     <Button
                       size="small"
                       size="small"
+                      theme="outline"
                       type="tertiary"
                       type="tertiary"
                       icon={<IconCopy />}
                       icon={<IconCopy />}
                       onClick={(e) => {
                       onClick={(e) => {