更新页面样式和结构,优化加载、错误和刷新页面的用户体验,调整Vite配置以使用生产环境API,新增订单详情展示功能,提升整体界面一致性和可读性

This commit is contained in:
yahaozhang
2025-11-03 21:20:52 +08:00
parent fba18fc32c
commit 2e35f219e7
9 changed files with 781 additions and 235 deletions

View File

@@ -8,6 +8,7 @@
v-else-if="state.status === 'NEW' && !state.needRefresh"
:submitting="state.submitting"
:mecmachine-id="state.mecmachineId || state.machineId"
:total-points="state.totalPoints"
@select-region="handleSelectRegion"
/>
@@ -231,7 +232,7 @@ export default {
<style scoped>
.play-container {
min-height: 100vh;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
background: linear-gradient(135deg, #4776e6 0%, #8e54e9 100%);
display: flex;
flex-direction: column;
position: relative;