From a9f603c1e97d94862a4f27f7972aed0237f1595b Mon Sep 17 00:00:00 2001 From: Yesol Choi Date: Mon, 2 Jun 2025 08:30:53 +0900 Subject: [PATCH] =?UTF-8?q?style=20:=20UI=20=EB=A7=9E=EC=B6=94=EA=B8=B0=20?= =?UTF-8?q?=EB=B0=8F=20=EC=9A=94=EA=B5=AC=EC=82=AC=ED=95=AD=20=EB=B0=98?= =?UTF-8?q?=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/app/PriceInsert.vue | 14 +++++++------- src/pages/app/priceUpdate.vue | 8 ++++++-- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/pages/app/PriceInsert.vue b/src/pages/app/PriceInsert.vue index 6023d66..2e58c3d 100644 --- a/src/pages/app/PriceInsert.vue +++ b/src/pages/app/PriceInsert.vue @@ -244,7 +244,7 @@ function onInput(row, column){ - 분야 + 분야* @@ -255,7 +255,7 @@ function onInput(row, column){ - 제목 + 제목*
@@ -272,7 +272,7 @@ function onInput(row, column){ - 내용 + 내용*
@@ -290,7 +290,7 @@ function onInput(row, column){ - 견적요청 + 견적요청* - 규격입력 + 규격입력* - 등록기간 + 등록기간*
@@ -427,7 +427,7 @@ function onInput(row, column){
-
~
+
~
{ - - + + {{"삭제"}} {{value}} @@ -745,4 +745,8 @@ const moveDown = (index: number) => { background-color: var(--primary); } } + +.iconify { + font-size: 16px; /* 크기 조절 */ +} \ No newline at end of file