cloud-ui.vusion
Version:
Vusion Cloud UI
39 lines (33 loc) • 600 B
CSS
@import "../u-select.vue/module.css";
.popper {
width: 100%;
z-index: 1065;
line-height: 30px;
background: white;
border: 1px solid #f1f1f1;
}
.title {
cursor: pointer;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
/* height: 56px; */
/* line-height: 56px; */
padding-left: 10px;
}
.title:hover {
background: #eef2f8;
}
.content {
padding-top: 9px;
}
.triangle {
border: 5px solid transparent;
border-top-color: #75818a;
display: inline-block;
margin-left: 10px;
position: relative;
top: 3px;
}