mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
修改优惠券的宽度,浏览记录分页与评论超出问题
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<i-col span="4">
|
||||
<Tooltip transfer>
|
||||
<div class="content">{{item.content}}</div>
|
||||
<div style="white-space: normal;" slot="content">
|
||||
<div style="white-space: normal;word-break:break-all" slot="content">
|
||||
{{item.content}}
|
||||
</div>
|
||||
</Tooltip>
|
||||
@@ -160,7 +160,11 @@ export default {
|
||||
color: #999;
|
||||
max-height: 60px;
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
// word-wrap: break-word;
|
||||
display:-webkit-box;
|
||||
-webkit-box-orient:vertical;/*设置方向*/
|
||||
-webkit-line-clamp:3;/*设置超过为省略号的行数*/
|
||||
word-break:break-all;
|
||||
}
|
||||
|
||||
.eval-detail {
|
||||
|
||||
@@ -113,6 +113,7 @@ export default {
|
||||
this.spinShow = false;
|
||||
if (res.success && res.result.records.length) {
|
||||
this.list = res.result.records;
|
||||
this.total = res.result.total
|
||||
} else {
|
||||
this.list = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user