增加主机信息功能

This commit is contained in:
2026-04-23 23:12:12 +08:00
parent 76b09ed6b2
commit 3c337f13ef

View File

@@ -1,5 +1,5 @@
<template>
<PageWrapper :contentFullHeight="true" :dense="true" title="false" contentClass="workbench-page-wrapper">
<PageWrapper :contentFullHeight="true" :dense="true" contentClass="workbench-page-wrapper">
<template #headerContent>
<WorkbenchHeader />
</template>
@@ -71,6 +71,8 @@
height: 100%;
min-height: 0;
margin: 0;
padding-top: @desktop-page-gap;
box-sizing: border-box;
background: transparent;
border-radius: @desktop-card-radius;
}