mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 13:56:43 +08:00
文章对其问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user