UNPKG

@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.

20 lines (16 loc) 254 B
/** * created 2020.07.06 * @author ricky zhangqingcq@foxmail.com */ .tableBtnsG { display: inline-block; margin: 0 5px; cursor: pointer; &:hover { opacity: 0.85; } &.disabled { cursor: not-allowed; opacity: 0.5; } }