@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.
23 lines (20 loc) • 323 B
text/less
/**
* created 2020.09.09
* @author ricky zhangqingcq@foxmail.com
*/
.tableSearchV {
text-align: right;
padding-right: 20px;
.searchInputC {
width: calc(100% - 70px);
float: left;
> input {
height: 30px;
box-shadow: none;
}
}
.sbt {
cursor: pointer;
line-height: 32px;
}
}