WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2024-03-19 a250b6216753cfd0c0622a1fbc0f3254fc8e0a4f
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>