Skip to content

Commit e04ca7a

Browse files
committed
fix: unocss eslint
1 parent 73b2030 commit e04ca7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/views/mall/trade/brokerage/withdraw/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<el-image
123123
v-if="scope.row.accountQrCodeUrl"
124124
:src="scope.row.accountQrCodeUrl"
125-
class="w-40px h-40px"
125+
class="h-40px w-40px"
126126
:preview-src-list="[scope.row.accountQrCodeUrl]"
127127
preview-teleported
128128
/>

src/views/mall/trade/config/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<el-form-item label="退款理由" prop="afterSaleRefundReasons">
1717
<el-select
1818
v-model="formData.afterSaleRefundReasons"
19-
allow-create
2019
filterable
2120
multiple
21+
allow-create
2222
placeholder="请直接输入退款理由"
2323
>
2424
<el-option

src/views/member/user/detail/UserOrderList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<div class="flex items-center">
193193
<el-image
194194
:src="row.picUrl"
195-
class="w-30px h-30px mr-10px"
195+
class="mr-10px h-30px w-30px"
196196
@click="imagePreview(row.picUrl)"
197197
/>
198198
<span class="mr-10px">{{ row.spuName }}</span>

0 commit comments

Comments
 (0)