| | |
| | | <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"> |
| | |
| | | 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 |
| | |
| | | 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, |