wujingjing
2024-07-26 2530b07fb47856bebd1854af2b752938bd9f1c7d
修复已知问题
已修改3个文件
5 ■■■■■ 文件已修改
src/components/chat/chatComponents/summaryCom/components/deviceLastValue/MonitorContent.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/chat/components/playBar/PlayBar.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vite.config.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/deviceLastValue/MonitorContent.vue
@@ -44,7 +44,7 @@
                    <div class="before:content-[':'] before:pr-1.5">{{ hoverState.data?.OTYPE }}</div>
                </div>
                <div v-if="hoverState.data?.ONAME" class="flex">
                    <div class="w-16">名称</div>
                    <div class="w-16">编号</div>
                    <div class="before:content-[':'] before:pr-1.5">{{ hoverState.data?.ONAME }}</div>
                </div>
                <div v-if="hoverState.data?.[type] || hoverState.data?.[type] === 0" class="flex">
src/components/chat/components/playBar/PlayBar.vue
@@ -27,6 +27,7 @@
                class="absolute rounded-md bg-white border border-solid border-gray-400 py-2 z-10"
                :style="{ left: popUpPosition.left + 'px', bottom: popUpPosition.bottom + 'px' }"
            >
                <div class="font-bold text-sm text-nowrap overflow-hidden text-ellipsis max-w-80 mb-1 px-2">Ctrl+数字快捷输入</div>
                <div class="text-gray-400 text-sm text-nowrap overflow-hidden text-ellipsis max-w-80 mb-1 px-2">{{ inputValue }}</div>
                <div class="max-w-96 flex flex-col">
                    <div
vite.config.ts
@@ -35,7 +35,7 @@
            host: '0.0.0.0',
            port: env.VITE_PORT as unknown as number,
            open: JSON.parse(env.VITE_OPEN),
            hmr: false,
            hmr: true,
        },
        build: {
            // outDir: 'dist/' + mode.mode,