UNPKG

magiccube-vue3

Version:

vue3-js版组件库

20 lines (18 loc) 393 B
@import './theme'; .mc-tip{ display: inline-block; position: relative; cursor: pointer; } .mc-mop-tips-container__popup{ display: inline-block; position: fixed; z-index: 10002; padding: 6px 16px; // max-width: 220px; // max-height: 200px; background: #fff; box-shadow: 0 0 10px 0 rgba(0,0,0,.3); border-radius: 4px; pointer-events: none; }