UNPKG

jjb-lc-designable

Version:

基于alibaba-designable源码二次封装的表单设计器。

26 lines (24 loc) 497 B
.dn-corner-input { display: flex; &-column { display: flex; justify-content: center; flex-direction: column; align-items: center; } &-cell { width: 26px; height: 26px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 3px; color: rgba(0, 0, 0, 0.6); margin: 5px; &.active { background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)); } } }