diff --git a/dist/resource/img/logo.png b/dist/resource/img/logo.png index 6c78db21..13ac6e7c 100644 Binary files a/dist/resource/img/logo.png and b/dist/resource/img/logo.png differ diff --git a/dist/resource/img/pwa-192x192.png b/dist/resource/img/pwa-192x192.png index 67e7b0a3..eb2ae760 100644 Binary files a/dist/resource/img/pwa-192x192.png and b/dist/resource/img/pwa-192x192.png differ diff --git a/dist/resource/img/pwa-512x512.png b/dist/resource/img/pwa-512x512.png index fd6998b9..517603f0 100644 Binary files a/dist/resource/img/pwa-512x512.png and b/dist/resource/img/pwa-512x512.png differ diff --git a/src/views/main/meteorological/index.vue b/src/views/main/meteorological/index.vue index 73dcbe97..3f6fd4c6 100644 --- a/src/views/main/meteorological/index.vue +++ b/src/views/main/meteorological/index.vue @@ -189,7 +189,7 @@ Row, Col, RadioGroup, - RadioButton, + Radio, RangePicker, } from 'ant-design-vue' import type { FormInstance } from 'ant-design-vue' @@ -209,6 +209,8 @@ getaGriculturalDevicePoint, getAmonitoringData, } from '/@/api/sys/user' + + const RadioButton = Radio.Button const formRef = ref() const formState = reactive({ base_id: undefined, //基地 diff --git a/src/views/visualization/components/Map.vue b/src/views/visualization/components/Map.vue index 12dae6e3..48227d84 100644 --- a/src/views/visualization/components/Map.vue +++ b/src/views/visualization/components/Map.vue @@ -109,8 +109,8 @@ shadowBlur: 0, shadowOffsetX: 0, shadowOffsetY: 5, - borderColor: 'rgba(0, 0, 0, 0.7)', - borderWidth: 0.5, + borderColor: '#fff', + borderWidth: 1, }, emphasis: { itemStyle: { diff --git a/vite.config.ts b/vite.config.ts index 325f5571..bd1302b5 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -81,9 +81,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { // Turning off brotliSize display can slightly reduce packaging time brotliSize: false, chunkSizeWarningLimit: 2000, - rollupOptions: { - external: ['ant-design-vue'], - }, }, define: { // setting vue-i18-next