shu-c-view
Version:
rollup 打包vue@2.7组件库框架
43 lines (42 loc) • 752 B
text/less
.base-ent-num-line {
display: flex;
height: 100%;
.left {
// width: 70px;
margin-top: 14px;
color: rgba(51, 51, 51);
}
.echarts {
width: 100%;
height: 100%;
padding: 0 20px;
margin-left: 10px;
overflow-y: scroll;
}
.loading {
width: 100%;
height: 100%;
}
.item {
width: 100%;
.text {
// .flex-between;
display: flex;
align-items: center;
width: 100%;
padding: 15px 0 5px 0;
}
.bottom {
display: flex;
width: 100%;
cursor: pointer;
// height: 20px;
}
}
.inTextCls {
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
}
}