Skip to content

Commit

Permalink
chore(components): ci问题修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Littly committed Apr 8, 2019
1 parent 75c00c7 commit 85177d1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import classNames from 'classnames'
import Nerv from 'nervjs'
import Taro from '@tarojs/taro-h5'

import './style/index.less'
import './style/index.css'

class StaticRenderer extends Nerv.Component {
shouldComponentUpdate (nextProps) {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.rmc-pull-to-refresh-content {
transform-origin: left top 0px;
}
.rmc-pull-to-refresh-content-wrapper {
overflow: hidden;
}

.rmc-pull-to-refresh-transition {
transition: transform 0.3s;
}

.rmc-pull-to-refresh-indicator {
color: grey;
text-align: center;
height: 25px;
line-height: 25px;
}

.rmc-pull-to-refresh-down .rmc-pull-to-refresh-indicator {
margin-top: -25px;
}

This file was deleted.

0 comments on commit 85177d1

Please sign in to comment.