|
@@ -48,7 +48,7 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.infoLeftList {
|
|
|
border-bottom: 1px dashed #000;
|
|
|
- padding: 11px 0;
|
|
|
+ padding: 15px 0;
|
|
|
.title {
|
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
@@ -58,8 +58,13 @@ export default {
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
.orgin {
|
|
|
- font-size: 18px;
|
|
|
- margin: 10px 0 0 0;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ word-break: break-all;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ height: 42px;
|
|
|
}
|
|
|
}
|
|
|
.infoLeftList:last-child {
|