fix: 解决列表页布局问题

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

View File

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