+
- {{ description }}
+
+ {{ description }}
+
@@ -63,14 +65,16 @@ function cardLeave() {
min-width: var(--card-min-width);
border-radius: 8px;
.description {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- height: var(--app-card-box-description-height, 40px);
color: var(--app-text-color-secondary);
line-height: 22px;
font-weight: 400;
+ .content {
+ display: -webkit-box;
+ height: var(--app-card-box-description-height, 40px);
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
+ overflow: hidden;
+ }
}
.card-footer {
position: absolute;
diff --git a/ui/src/components/tags-input/index.vue b/ui/src/components/tags-input/index.vue
index 94796f8e7..1c0d99e21 100644
--- a/ui/src/components/tags-input/index.vue
+++ b/ui/src/components/tags-input/index.vue
@@ -6,13 +6,28 @@
{{ item }}
+ type="info"
+ >{{ item.username }}
+