| | |
| | | </view> |
| | | </view> |
| | | <popover class="popup-content" v-show="isShow"> |
| | | <view class="triangle"></view> |
| | | <view class="popup-item flex align-center"> |
| | | <text class="icon white iconfont iconjiahao mr-5"></text> |
| | | <text class="white font-14 popup-content-text">新增会员</text> |
| | |
| | | padding: 12px 5px; |
| | | } |
| | | .condition{ |
| | | background-color: #518EFF; |
| | | background: #518EFF; |
| | | padding: 15px 30px; |
| | | border-radius: 4px; |
| | | } |
| | |
| | | top: 48px; |
| | | padding-left: 10px; |
| | | } |
| | | .triangle{ |
| | | width: 0; |
| | | height: 0; |
| | | border-width: 0 10px 10px; |
| | | border-style: solid; |
| | | border-color: transparent transparent #4c4c4c; |
| | | position: absolute; |
| | | top:-8px; |
| | | right: 5px; |
| | | } |
| | | |
| | | .popup-content-text{ |
| | | width: 100%; |
| | | border-bottom: 1px solid gray; |