mirror of
https://gitee.com/dromara/go-view.git
synced 2024-12-04 04:39:08 +08:00
fix: 解决列表页布局问题
This commit is contained in:
parent
5f8db36888
commit
5c07885a4e
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user