|
|
|
@ -62,7 +62,7 @@ |
|
|
|
<view style="box-sizing: border-box;position: relative"> |
|
|
|
<view class="flex flex-center" bindtap="topBubble"> |
|
|
|
<text class="text-gray">排序</text> |
|
|
|
<image style="width:24rpx;height:24rpx;margin-left: 8rpx" src="/assets/info/factoryDown.png"></image> |
|
|
|
<text class="cuIcon-triangledownfill text-gray" style="font-size:56rpx;padding-top: 4rpx;"></text> |
|
|
|
</view> |
|
|
|
<bubble-popup show="{{show}}" mask="{{true}}" position="absolute" direction="top" |
|
|
|
width="240rpx" right="-18rpx" top="430rpx" translateY="-100%" triangleRight="50rpx" triangleTop="-22rpx" bind:close="topBubble"> |
|
|
|
|