From bab849668f6d177f73a96898a32c8deb61e294d6 Mon Sep 17 00:00:00 2001 From: H-Yeji Date: Mon, 4 Nov 2024 15:14:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=8C=A8=ED=82=A4=EC=A7=80=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20=EB=93=B1=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/package/ProductCreate.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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; }