Skip to content

Commit

Permalink
3dpi screen barline
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemerz committed Jul 16, 2018
1 parent 112b714 commit 32cd8c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/slider-left/index.wxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<movable-area class="slider-left-item" style="width:{{openWidth * 2 + 750}}rpx;margin-left:-{{openWidth * 2}}rpx;">
<movable-area class="slider-left-item" style="width:calc({{openWidth}}px + 750rpx);margin-left:-{{openWidth}}px;">
<movable-view class="slider-left-content"
damping="100"
x="{{x}}"
Expand All @@ -9,6 +9,6 @@
<slot></slot>
</movable-view>
<view class='slider-left-handle'>
<view bind:tap="handleDelete" class='handle-delete'>删除</view>
<view bind:tap="handleDelete" style="width:{{openWidth}}px" class='handle-delete'>删除</view>
</view>
</movable-area>

0 comments on commit 32cd8c4

Please sign in to comment.