refactor: ♻️ 操作按钮由图标改为文字
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
<wd-text :text="item.createTime" size="small" />
|
<wd-text :text="item.createTime" size="small" />
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-right">
|
<view class="flex-right">
|
||||||
<wd-button type="icon" icon="more" @click="handleAction(item)" />
|
<wd-button size="small" plain @click="handleAction(item)">操作</wd-button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user