forked from ccsens_fe/tall-mui-3
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
377 B
11 lines
377 B
<template>
|
|
<view class="flex justify-between" style="min-width: 90px">
|
|
<u-icon custom-prefix="custom-icon" name="C-bxl-redux" size="17px"></u-icon>
|
|
<u-icon custom-prefix="custom-icon" name="attachment" size="21px"></u-icon>
|
|
<u-icon custom-prefix="custom-icon" name="moneycollect" size="20px"></u-icon>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {};
|
|
</script>
|
|
|