This commit is contained in:
ym1026
2025-09-12 16:51:32 +08:00
parent 52f016d3ea
commit bd55c0375a
9 changed files with 22 additions and 14 deletions

View File

@@ -232,12 +232,11 @@ export default {
<style lang="scss" scoped>
.device {
height: 100%;
padding: 0 10px;
padding: 0 20px;
.content-table {
width: 100%;
height: calc(100% - 90px);
padding: 0 10px;
}
}
</style>