@import '../../common'; .colContainer { display: flex; align-items: center; justify-content: space-between; height: 100%; width: 100%; .colBrief { display: flex; align-items: center; flex: 1; width: 100%; .colIcon { width: @textFontGen; color: @textPrimaryColor; } .colTitle { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; margin-left: 5px; color: @textPrimaryColor; } } .colOpera { width: 20px; text-align: center; cursor: pointer; .colOperaIcon { width: 7px; height: 5px; } } }