@zhangqingcq/plug-r-qw
Version:
A JS lib base on Vue and View-design, you can achieve some complex functions with simple code after install this lib.
37 lines (30 loc) • 576 B
text/less
/**
* created 2020.08.10
* @author ricky zhangqingcq@foxmail.com
*/
@import '../common/size';
.headerBtCTM {
float: right;
padding: 0 20px;
box-sizing: border-box;
height: 100%;
line-height: inherit;
overflow: hidden;
display: inline-block;
border-left: 1px solid #fff;
cursor: pointer;
font-weight: bold;
&.disabled {
cursor: not-allowed;
opacity: 0.75;
}
&:not(.disabled):hover {
background-color: rgba(255, 255, 255, 0.1);
}
&.withIconCTM {
padding-left: 16px;
}
.iconLAS {
line-height: inherit;
}
}