diff --git a/src/views/product/package/ProductCreate.vue b/src/views/product/package/ProductCreate.vue index 31ade4e..daa5a41 100644 --- a/src/views/product/package/ProductCreate.vue +++ b/src/views/product/package/ProductCreate.vue @@ -74,10 +74,11 @@
@@ -577,13 +578,13 @@ textarea { } .submit-button { - width: 200px; + width: 150px; padding: 10px; background-color: #bcc07b; border: none; border-radius: 50px; cursor: pointer; - font-size: 16px; + font-size: 15px; color: black; }