Files
klp-mono/apps/l2/src/App.vue

23 lines
250 B
Vue
Raw Normal View History

2025-10-10 16:47:38 +08:00
<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>