Commit caa6a1f1 by pangchong

feat: 提交

parent aeade295
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<slot></slot> <slot></slot>
</view> </view>
<template #bottom> <template #bottom>
<slot name="bottom">
<view class="footer-btn"> <view class="footer-btn">
<slot name="bottom">
<up-row gutter="10"> <up-row gutter="10">
<up-col span="6"> <up-col span="6">
<global-button type="primary" plain size="large" :radius="5" @tap="handleReset">{{ resetText }}</global-button> <global-button type="primary" plain size="large" :radius="5" @tap="handleReset">{{ resetText }}</global-button>
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
<global-button type="primary" size="large" :radius="5" @tap="handleConfirm">{{ confirmText }}</global-button> <global-button type="primary" size="large" :radius="5" @tap="handleConfirm">{{ confirmText }}</global-button>
</up-col> </up-col>
</up-row> </up-row>
</view>
</slot> </slot>
</view>
</template> </template>
</global-page> </global-page>
</template> </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