layout/card/CCardAction.vue
@@ -4,8 +4,14 @@ */ <template> <view class="c-card-action"> </view> <scroll-view class="c-card-action m-border-strong-top" :scroll-x="true" @touchstart.stop="evt => null" @touchmove.stop="evt => null" > <slot /> </scroll-view> </template> <script>