mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 22:36:43 +08:00
文章对其问题
This commit is contained in:
@@ -190,7 +190,6 @@ export default {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.two-line-ellipsis {
|
.two-line-ellipsis {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
white-space:pre-wrap;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow:ellipsis;
|
text-overflow:ellipsis;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
@@ -286,7 +285,7 @@ export default {
|
|||||||
|
|
||||||
|
|
||||||
.article-info-title {
|
.article-info-title {
|
||||||
margin-left: -12px;
|
// margin-left: -12px;
|
||||||
color: #333;
|
color: #333;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@@ -296,7 +295,6 @@ width: 100%;
|
|||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
// line-height: 40px;
|
// line-height: 40px;
|
||||||
.titleContent{
|
.titleContent{
|
||||||
// padding-left: 5px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
@@ -311,6 +309,7 @@ width: 100%;
|
|||||||
.article-info-summary {
|
.article-info-summary {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
margin-left: 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user