修改进度条样式

This commit is contained in:
GGJ
2024-11-06 13:25:42 +08:00
parent 7dab1302b8
commit 058fc4b2bf
7 changed files with 117 additions and 62 deletions

View File

@@ -31,7 +31,6 @@ onMounted(() => {
</script>
<style lang="scss" scoped>
.device {
width: 100%;
height: 100%;
height: calc(100vh - 130px);
}
</style>