feat:形状
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
<view class="shape-card">
|
||||
<image src="{{ svgDataUri }}" class="shape-card-img" mode="aspectFit" />
|
||||
<image
|
||||
src="{{ svgDataUri }}"
|
||||
class="shape-card-img"
|
||||
mode="aspectFit"
|
||||
bind:tap="onShapeTap" />
|
||||
<view class="divider" />
|
||||
<view
|
||||
class="shape-color"
|
||||
style="background-color: {{ color }}"
|
||||
style="background-color: {{ fillColor }}"
|
||||
bind:tap="onColorTap" />
|
||||
<van-icon
|
||||
class-prefix="toy-icon"
|
||||
|
||||
Reference in New Issue
Block a user