Skip to content

Commit bb477a8

Browse files
committed
fix(uni-ui): fab 改为 nuve,修改uni-ui 子组件引用路径,修复swipe-action h5 bug
1 parent 41a9882 commit bb477a8

File tree

16 files changed

+619
-609
lines changed

16 files changed

+619
-609
lines changed

components/uni-collapse-item/uni-collapse-item.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</template>
2222

2323
<script>
24-
import uniIcons from '@/components/uni-icons/uni-icons.vue'
24+
import uniIcons from '../uni-icons/uni-icons.vue'
2525
export default {
2626
name: 'UniCollapseItem',
2727
components: {
@@ -133,7 +133,8 @@
133133
}
134134
135135
.uni-collapse-cell--animation {
136-
/* transition: transform 0.3s ease; */
136+
/* transition: transform 0.3s ease;
137+
*/
137138
transition-property: transform;
138139
transition-duration: 0.3s;
139140
transition-timing-function: ease;

0 commit comments

Comments
 (0)