Files
klp-mono/apps/l2/src/App.vue
砂糖 3db2ccf591 init
2025-10-10 16:47:38 +08:00

23 lines
250 B
Vue

<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: "App",
}
</script>
<style>
#app .theme-picker {
display: none;
}
.roll-cell {
height: 41px !important;
box-sizing: border-box;
}
</style>