From 28dc67bfa4f2aa0dcf20cd0bf70d60610ef8c54c Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 25 Jul 2025 12:02:44 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=BB=9F=E4=B8=80=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/workplace/modules/product.vue | 48 ++++--------------- 1 file changed, 9 insertions(+), 39 deletions(-) diff --git a/src/views/components/workplace/modules/product.vue b/src/views/components/workplace/modules/product.vue index 8a9aac5..16ee2a2 100644 --- a/src/views/components/workplace/modules/product.vue +++ b/src/views/components/workplace/modules/product.vue @@ -24,23 +24,26 @@ @@ -219,38 +221,6 @@ const gotoModule = (menuId: number) => { .footer { margin-top: 16px; - - .primary-button { - height: 24px; - border-radius: 4px; - gap: 8px; - padding: 2px 12px; - background-color: rgba(109, 76, 254, 1) !important; - font-family: $font-family-medium; - font-weight: 400; - font-size: 12px; - line-height: 20px; - text-align: right; - vertical-align: middle; - color: rgba(255, 255, 255, 1); - margin-right: 8px; - } - - .outline-button { - height: 24px; - border-radius: 4px; - gap: 8px; - padding: 2px 12px; - border: 1px solid var(--Brand-Brand-6, rgba(109, 76, 254, 1)); - font-family: $font-family-medium; - font-weight: 400; - font-size: 12px; - line-height: 20px; - text-align: right; - vertical-align: middle; - color: rgba(109, 76, 254, 1); - margin-right: 8px; - } } }