From b731ca014a082b9d4fd4e7e324f388c08f92550b Mon Sep 17 00:00:00 2001 From: Takusea Date: Tue, 1 Oct 2024 22:34:47 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E3=81=AE?= =?UTF-8?q?=E8=A6=8B=E3=81=9F=E7=9B=AE=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Base/BaseRowCard.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Base/BaseRowCard.vue b/src/components/Base/BaseRowCard.vue index 7cc0bec3e7..a9c23cd103 100644 --- a/src/components/Base/BaseRowCard.vue +++ b/src/components/Base/BaseRowCard.vue @@ -69,8 +69,14 @@ defineEmits<{ min-width: 240px; } +.title { + font-weight: 700; +} + .description { - font-size: 0.75rem; + // TODO: html要素のfont-size指定が16pxになり次第remでの指定に変更する + // font-size: 0.75rem; + font-size: 12px; } .control {