-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lareinayanyu
committed
Jan 22, 2025
1 parent
78c6340
commit e93b931
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
packages/webpack-plugin/lib/runtime/components/wx/mpx-recycle-item-default.mpx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<template> | ||
<view class="list-item"> | ||
<view class="item-content">recycle-item-default</view> | ||
</view> | ||
</template> | ||
|
||
<style lang="stylus" scoped> | ||
.list-item | ||
margin 4px 16px | ||
padding 16px | ||
background #fff | ||
border-radius 8px | ||
box-shadow 0 2px 4px rgba(0,0,0,0.1) | ||
|
||
.item-content | ||
display flex | ||
flex-direction column | ||
font-size 14px | ||
color #666 | ||
|
||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters