chore: tweak styles

This commit is contained in:
Hakadao
2025-01-26 19:25:55 +08:00
parent ace65d0a47
commit 27807fbd64
2 changed files with 14 additions and 1 deletions

View File

@@ -10,6 +10,12 @@ const model = defineModel<string | number>()
<textarea
v-model="model"
w-full h-500px border="1 solid $bew-border-color" rounded="4px" p-2
outline-none
outline-none bg="$bew-fill-1"
/>
</template>
<style lang="scss" scoped>
textarea {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
}
</style>