fix: 解决列表页布局问题

This commit is contained in:
奔跑的面条 2022-06-09 09:07:39 +08:00
parent 5f8db36888
commit 5c07885a4e

View File

@ -27,7 +27,7 @@
</div>
<template #action>
<div class="go-flex-items-center list-footer" justify="space-between">
<n-text class="go-ellipsis-1">
<n-text class="go-ellipsis-1" :title="cardData.title">
{{ cardData.title || '' }}
</n-text>
<!-- 工具 -->
@ -234,7 +234,7 @@ $contentHeight: 180px;
line-height: 30px;
&-ri {
justify-content: flex-end;
min-width: 165px;
min-width: 180px;
}
}
}