mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-02-19 17:40:26 +08:00
chore: update
This commit is contained in:
@@ -158,7 +158,7 @@ onBeforeUnmount(() => {
|
||||
v-if="curImg"
|
||||
:src="curImg"
|
||||
:preview-src-list="Array.of(curImg)"
|
||||
class="w-45 h-45 ml-2 rounded-md"
|
||||
class="size-45 ml-2 rounded-md"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
|
||||
@@ -29,8 +29,8 @@ defineOptions({
|
||||
</el-link>
|
||||
</template>
|
||||
<div class="w-full flex justify-around flex-wrap">
|
||||
<vertical-list class="h-125 w-125" />
|
||||
<horizontal-list class="h-125 w-125" />
|
||||
<vertical-list class="size-125" />
|
||||
<horizontal-list class="size-125" />
|
||||
</div>
|
||||
</el-card>
|
||||
</template>
|
||||
|
||||
@@ -133,7 +133,7 @@ watch(loginDay, value => {
|
||||
<!-- 国际化 -->
|
||||
<el-dropdown trigger="click">
|
||||
<globalization
|
||||
class="hover:text-primary hover:bg-transparent! w-5 h-5 ml-1.5 cursor-pointer outline-hidden duration-300"
|
||||
class="hover:text-primary hover:bg-transparent! size-5 ml-1.5 cursor-pointer outline-hidden duration-300"
|
||||
/>
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu class="translation">
|
||||
|
||||
@@ -88,7 +88,7 @@ export function useUser(tableRef: Ref, treeRef: Ref) {
|
||||
preview-teleported={true}
|
||||
src={row.avatar || userAvatar}
|
||||
preview-src-list={Array.of(row.avatar || userAvatar)}
|
||||
class="w-6 h-6 rounded-full align-middle"
|
||||
class="size-6 rounded-full align-middle"
|
||||
/>
|
||||
),
|
||||
width: 90
|
||||
|
||||
@@ -49,7 +49,7 @@ const columns: TableColumnList = [
|
||||
:preview-src-list="tableDataImage.map(v => v.image)"
|
||||
:initial-index="index"
|
||||
fit="cover"
|
||||
class="w-25 h-25"
|
||||
class="size-25"
|
||||
/>
|
||||
</template>
|
||||
</pure-table>
|
||||
|
||||
Reference in New Issue
Block a user