@cmstops/pro-compo
Version:
[物料平台文档中心](https://arco.design/docs/material/guide)
69 lines (60 loc) • 1.23 kB
text/less
.view-all-column-container {
height: 100%;
.content-table-view {
height: calc(100% - 110px);
padding: 0 20px;
// 勾选框样式
.arco-checkbox {
padding: 0;
}
// 缩略图
.pic-thumb-img {
width: 60px;
height: 45px;
vertical-align: middle;
border-radius: 3px;
}
.title-span,
.mp_title-span {
display: block;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
.icon {
display: inline-block;
width: 20px;
height: 25px;
margin-right: 8px;
padding-left: 0;
font-size: 18px;
line-height: 28px;
text-align: center;
vertical-align: middle;
}
}
.mp_title-span {
margin-left: 10px;
}
.user-avatar {
display: inline-block;
width: 25px;
height: 25px;
margin-right: 12px;
vertical-align: middle;
border-radius: 50%;
cursor: pointer;
}
}
.bottom-view {
display: flex;
align-items: center;
justify-content: space-between;
height: 60px;
margin: 0 15px;
.left {
display: flex;
align-items: center;
}
}
}