Commit caa6a1f1 by pangchong

feat: 提交

parent aeade295
......@@ -4,8 +4,8 @@
<slot></slot>
</view>
<template #bottom>
<slot name="bottom">
<view class="footer-btn">
<view class="footer-btn">
<slot name="bottom">
<up-row gutter="10">
<up-col span="6">
<global-button type="primary" plain size="large" :radius="5" @tap="handleReset">{{ resetText }}</global-button>
......@@ -14,8 +14,8 @@
<global-button type="primary" size="large" :radius="5" @tap="handleConfirm">{{ confirmText }}</global-button>
</up-col>
</up-row>
</view>
</slot>
</slot>
</view>
</template>
</global-page>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment