@cmstops/pro-compo
Version:
[物料平台文档中心](https://arco.design/docs/material/guide)
56 lines (48 loc) • 1.03 kB
text/less
.selected-store-box-popover-content {
padding: 0;
.batch-section-popover-main {
.item {
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
height: 42px;
padding: 5px 10px;
.icon {
display: inline-block;
width: 20px;
height: 25px;
margin-right: 8px;
font-size: 18px;
text-align: center;
vertical-align: middle;
}
.left {
display: inline-block;
align-items: center;
width: 90%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.close-btn {
display: none;
}
&:hover,
&:active {
background-color: #f6f6f6;
.close-btn {
display: block;
}
}
}
}
.options {
display: flex;
align-items: center;
justify-content: flex-end;
height: 42px;
border-top: 1px solid #f2f3f5;
//background-color: red;
}
}