@@ -305,12 +305,19 @@
text-overflow: ellipsis;
overflow: hidden;
padding: 3px 0;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+
+ .composer {
+ // padding-top: 2px;
+ }
}
.iconType {
background: #fff;
border-radius: 3px;
- padding: 0px 3px;
+ padding: 1px 3px;
font-size: max(12px, 9Px);
text-align: center;
font-weight: 400;
@@ -586,4 +593,4 @@
margin-top: 0;
-}
+}
@@ -886,7 +886,9 @@ export default defineComponent({
</span>
)}
- {item.composer}
+ <span class={styles.composer}>
+ {item.composer}
+ </span>
</div>
{/* {index == 0 ? (