@@ -784,7 +784,7 @@ export default {
.brief-item {
cursor: pointer;
// width: calc(25% - 20px);
- height: 125px;
+ // height: 125px;
box-shadow: 0 0 16px 0 rgba(0,0,0,0.08);
border-radius: 3px;
padding: 15px 0px;
@@ -804,20 +804,22 @@ export default {
}
.info {
- overflow: hidden;
+ // overflow: hidden;
padding-left: 10px;
.title {
font-size: 13px;
text-align: left;
+ margin: 0px;
.number {
font-size: 23px;
font-weight: bold;
line-height: 1;
- margin-top: 8px;
+ // margin-top: 8px;
margin-right: 5px;
- // white-space: nowrap;
- // text-overflow: ellipsis;
+ padding-top:8px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
overflow: hidden;