图形icon24×24

This commit is contained in:
liaoboping 2025-09-28 14:10:45 +08:00
parent ff935e4155
commit cf6127ae20
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<a-button type="primary" icon="plus" @click="handleOpenAddModal">新增</a-button>
</template>
<template #tablecell-iconBase64="{ text }">
<img :src="text" alt="" style="width: 100px; height: 70px; object-fit: contain" />
<img :src="text" alt="" style="width: 24px; height: 24px; object-fit: contain" />
</template>
<template #tablecell-action="{ record }">
<a-button type="text-primary" icon="edit" @click="handleOpenEditModal(record)"></a-button>

View File

@ -123,7 +123,7 @@ const vueConfig = {
},
},
'/map': {
target: process.env.VUE_APP_MAP_URL + '/map',
target: process.env.VUE_APP_MAP_URL + '/',
ws: false,
changeOrigin: true,
pathRewrite: {