更新页面样式和结构,优化加载、错误和刷新页面的用户体验,调整Vite配置以使用生产环境API,新增订单详情展示功能,提升整体界面一致性和可读性
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user