修改样式

This commit is contained in:
2022-11-18 17:01:42 +08:00
parent 722f87df4d
commit 2a2325e901
5 changed files with 8 additions and 6 deletions

View File

@@ -46,6 +46,6 @@ export default {
</script>
<style scoped>
.state-box {
height: 15px;
height: calc(15px * var(--beilv))
}
</style>