WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-04-03 f634a3265e87e61290a7d5b46e9532fb904e047f
优化列表卡片组件显示与交互
2 files modified
3 ■■■■■ changed files
layout/card/CCardAction.vue 2 ●●●●● patch | view | raw | blame | history
layout/card/cCard.scss 1 ●●●● patch | view | raw | blame | history
layout/card/CCardAction.vue
@@ -7,6 +7,8 @@
    <scroll-view
        class="c-card-action m-border-strong-top"
        :scroll-x="true"
        @touchstart.stop="evt => null"
        @touchmove.stop="evt => null"
    >
        <slot />
    </scroll-view>
layout/card/cCard.scss
@@ -41,6 +41,7 @@
        text-align: right;
        white-space: nowrap;
        line-height: 0;
        font-size: 0;
        .at-button {
            min-width: 184px;
            height: 70px;