WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2024-02-20 9b4130ba5d648fe4343c741293d10cdc0a0231bd
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>