This commit is contained in:
X1627315083
2024-06-17 11:39:20 +08:00
parent 9b8134989d
commit 2e03f8445e

View File

@@ -29,7 +29,7 @@
<!-- <img src="http://121.40.53.210:3000/falls/5.png" alt=""> --> <!-- <img src="http://121.40.53.210:3000/falls/5.png" alt=""> -->
<div class="falls_item_user_detail"> <div class="falls_item_user_detail">
<div>{{item.portfolioName}}</div> <div>{{item.portfolioName}}</div>
<span>地区</span> <span :title="item.portfolioDes">{{item.portfolioDes}}</span>
</div> </div>
</div> </div>
<div class="falls_item_detail"> <div class="falls_item_detail">
@@ -319,6 +319,7 @@ export default defineComponent({
.falls_item_user_detail{ .falls_item_user_detail{
line-height: 1; line-height: 1;
width: 60%; width: 60%;
width: 100%;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
@@ -335,6 +336,7 @@ export default defineComponent({
.falls_item_detail{ .falls_item_detail{
display: flex; display: flex;
width: 40%; width: 40%;
width: 20%;
justify-content: space-between; justify-content: space-between;
>label{ >label{
// cursor: pointer; // cursor: pointer;