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;
- }
}
}