diff --git a/src/views/Stage.vue b/src/views/Stage.vue index e198423..aab2466 100644 --- a/src/views/Stage.vue +++ b/src/views/Stage.vue @@ -24,7 +24,6 @@ {{ Math.round(store.editor.viewScale * 100) }}% - t={{ time.toFixed(2) }}s @@ -73,7 +72,6 @@ import { SpineRuntimeLayer } from '../spine/SpineRuntimeLayer' const store = useParticleStore() const holder = ref(null) -const time = ref(0) const showEmitter = ref(true) const showBones = ref(false) const showSkinMesh = ref(false) @@ -1315,8 +1313,7 @@ onUnmounted(() => { } .tool-btn:hover { background: #2b3a5c; color: #fff; } .tool-btn.on { background: #3a5a8c; color: #fff; border-color: #5a7ab8; } -.zoom-pct { font-variant-numeric: tabular-nums; color: #9aa; min-width: 44px; text-align: center; } -.fps { margin-left: auto; color: #6f7a9a; } +.zoom-pct { margin-left: auto; font-variant-numeric: tabular-nums; color: #9aa; min-width: 44px; text-align: center; } .hud { position: absolute; bottom: 12px; left: 12px; padding: 8px 12px; background: rgba(20,20,32,0.75); border-radius: 8px; font-size: 12px; color: #a0a8cc; } .hud-tip { margin-left: 12px; color: #5f6a8a; font-size: 11px; } b { color: #ffcc33; }