diff options
author | 2023-04-15 02:10:28 +0200 | |
---|---|---|
committer | 2023-04-15 21:47:00 +0200 | |
commit | 0fd99deca954385091b2528ae478d121efdcfa0e (patch) | |
tree | 7f538c61a683c5b81b331249e14546f607523478 /src/components/ColoredCard.vue | |
parent | f7a1383da52bce77a3dfd2764f452edc929779cc (diff) | |
download | it-tools-ssg.tar.gz it-tools-ssg.tar.zst it-tools-ssg.zip |
wipssg
Diffstat (limited to 'src/components/ColoredCard.vue')
-rw-r--r-- | src/components/ColoredCard.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ColoredCard.vue b/src/components/ColoredCard.vue index eb29e40..5c97e22 100644 --- a/src/components/ColoredCard.vue +++ b/src/components/ColoredCard.vue @@ -6,12 +6,12 @@ <n-h3 class="title"> <n-ellipsis>{{ title }}</n-ellipsis> </n-h3> - + <!-- <div class="description"> <n-ellipsis :line-clamp="2" :tooltip="false"> <slot /> </n-ellipsis> - </div> + </div> --> </n-card> </template> |