增加主机信息功能
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<PageWrapper :contentFullHeight="true" :dense="true" title="false" contentClass="workbench-page-wrapper">
|
<PageWrapper :contentFullHeight="true" :dense="true" contentClass="workbench-page-wrapper">
|
||||||
<template #headerContent>
|
<template #headerContent>
|
||||||
<WorkbenchHeader />
|
<WorkbenchHeader />
|
||||||
</template>
|
</template>
|
||||||
@@ -71,6 +71,8 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding-top: @desktop-page-gap;
|
||||||
|
box-sizing: border-box;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-radius: @desktop-card-radius;
|
border-radius: @desktop-card-radius;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user