diff --git a/src/views/profile/DeviceDetailsView/index.vue b/src/views/profile/DeviceDetailsView/index.vue index 60076fdf..cb8e832f 100644 --- a/src/views/profile/DeviceDetailsView/index.vue +++ b/src/views/profile/DeviceDetailsView/index.vue @@ -375,7 +375,7 @@ export default { position: relative; box-sizing: border-box; .el-tabs__content { - height: calc(100vh - 321px); + height: calc(100vh - 340px); overflow: auto; } .el-tabs__header {