Skip to content

Commit

Permalink
fix: 修复BackTop demo页面按钮被遮挡样式问题 (jd-opensource#1293)
Browse files Browse the repository at this point in the history
Co-authored-by: xushunfa459 <[email protected]>
  • Loading branch information
xsf0105 and xsf0105 authored May 17, 2022
1 parent 8e8f98b commit e6b93a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/packages/__VUE/backtop/demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<div class="text-data">我是测试数据22</div>
<div class="text-data">我是测试数据23</div>
<div class="text-data">我是测试数据24</div>
<nut-backtop @click="handleClick" el-id="elId" :distance="100" :bottom="90">
<view class="backtop-demo"
><nut-icon size="12px" class="nut-backtop-main" name="top"></nut-icon><view class="title">顶部</view></view
>
<nut-backtop @click="handleClick" el-id="elId" :distance="100" :bottom="110">
<view class="backtop-demo">
<nut-icon size="12px" class="nut-backtop-main" name="top"></nut-icon><view class="title">顶部</view>
</view>
</nut-backtop>
<nut-backtop @click="handleClick" el-id="elId" :distance="200"></nut-backtop>
<nut-backtop @click="handleClick" el-id="elId" :distance="200" :bottom="50"></nut-backtop>
</div>
</template>

Expand Down

0 comments on commit e6b93a6

Please sign in to comment.