文章对其问题

This commit is contained in:
lmj
2022-10-17 14:50:49 +08:00
parent 377b7f7fed
commit 9ed80f7c0b

View File

@@ -190,7 +190,6 @@ export default {
<style lang="scss" scoped>
.two-line-ellipsis {
display: -webkit-box;
white-space:pre-wrap;
overflow: hidden;
text-overflow:ellipsis;
-webkit-box-orient: vertical;
@@ -286,7 +285,7 @@ export default {
.article-info-title {
margin-left: -12px;
// margin-left: -12px;
color: #333;
width: 100%;
font-size: 18px;
@@ -296,7 +295,6 @@ width: 100%;
margin-top: 7px;
// line-height: 40px;
.titleContent{
// padding-left: 5px;
cursor: pointer;
font-size: 16px;
color: #333333;
@@ -311,6 +309,7 @@ width: 100%;
.article-info-summary {
flex: 1;
color: #333333;
margin-left: 5px;
margin-top: 10px;
font-size: 14px;
}