From 69207519bd6741933ace000d85b1388180fa4fe4 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 7 Sep 2021 00:29:38 +0900 Subject: [PATCH] vue-component: NumberInputWithInfo --- hwe/scss/bootstrap5.scss | 3 + hwe/ts/components/NumberInputWithInfo.vue | 95 +++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 hwe/ts/components/NumberInputWithInfo.vue diff --git a/hwe/scss/bootstrap5.scss b/hwe/scss/bootstrap5.scss index 9876a6c9..1a14b1b2 100644 --- a/hwe/scss/bootstrap5.scss +++ b/hwe/scss/bootstrap5.scss @@ -2,6 +2,9 @@ $font-family-sans-serif: '나눔 고딕', 'Nanum Gothic'; $body-bg: #000; +$input-bg: #ddd; +$input-color: #303030; + @import "../../node_modules/bootswatch/dist/darkly/_variables.scss"; @import "../../node_modules/bootstrap5/scss/bootstrap.scss"; @import "../../node_modules/bootswatch/dist/darkly/_bootswatch.scss"; \ No newline at end of file diff --git a/hwe/ts/components/NumberInputWithInfo.vue b/hwe/ts/components/NumberInputWithInfo.vue new file mode 100644 index 00000000..8b054b16 --- /dev/null +++ b/hwe/ts/components/NumberInputWithInfo.vue @@ -0,0 +1,95 @@ + +