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.

31 lines (25 loc) 454 B
/** * created 2021.08.20 * @author ricky zhangqingcq@foxmail.com */ .fixedFullModalR { .ivu-modal-header { padding: 2px 16px 0 16px; .headerR { font-size: 14px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; .closeIcoR { cursor: pointer; &:hover { opacity: 0.85; } } } } .ivu-modal-fullscreen .ivu-modal-body { top: 43px; } }