diff --git a/index.html b/index.html index 2964fdd..9b7f844 100644 --- a/index.html +++ b/index.html @@ -1,86 +1,83 @@ - - - - + - - - - - + + + - - - LOCALNET + + + + + + + + + LOCALNET + href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" + rel="stylesheet" /> + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - -
+ + + + - - - - - - - - - - - + +
- - - - - - + + + + + + + + + + + - - - + + + + + + + + + + + \ No newline at end of file diff --git a/public/css/custom.css b/public/css/custom.css new file mode 100644 index 0000000..568171a --- /dev/null +++ b/public/css/custom.css @@ -0,0 +1,6 @@ +/* 여기에 css 작성 */ + + +.display-block { + display: block !important; +} \ No newline at end of file diff --git a/src/common/msgEnum.ts b/src/common/msgEnum.ts new file mode 100644 index 0000000..69d727e --- /dev/null +++ b/src/common/msgEnum.ts @@ -0,0 +1,5 @@ +export const enum fileMsg { + FileMaxSizeMsg = '파일 용량은 5MB를 넘을 수 없습니다.', + FileMaxLengthMsg = '최대 5개까지 첨부 할 수 있습니다.', + FileNotTypeMsg = '첨부 할 수 없는 파일유형이 있습니다.', +} diff --git a/src/components/input/FormFile.vue b/src/components/input/FormFile.vue index 1546c48..4fbfce7 100644 --- a/src/components/input/FormFile.vue +++ b/src/components/input/FormFile.vue @@ -4,10 +4,14 @@
+
{{ errorMsg }}