style:优化 ModelCard 和 Operating 组件样式
- 移除 ModelCard 组件中 description 的溢出隐藏和文本溢出样式- 调整 Operating 组件中第二个子元素的样式,设置固定高度
This commit is contained in:
@@ -59,8 +59,6 @@ p {
|
||||
line-height: 22px;
|
||||
margin: 20px 0 50px;
|
||||
height: 90px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.view-link {
|
||||
|
||||
@@ -155,8 +155,7 @@ li{
|
||||
font-weight: 400;
|
||||
}
|
||||
& :nth-child(2){
|
||||
color: #000;
|
||||
font-size: 45px;
|
||||
height: 33px;
|
||||
}
|
||||
& :nth-child(3){
|
||||
color: #000;
|
||||
|
||||
Reference in New Issue
Block a user