refactor: 重构主机分组页面.

This commit is contained in:
lijiahang
2023-11-23 19:16:57 +08:00
parent 2230d4ed8b
commit 5fe7ce07e5
16 changed files with 166 additions and 102 deletions

View File

@@ -21,10 +21,10 @@
<style lang="less" scoped>
.footer {
display: flex;
align-items: center;
align-items: flex-start;
justify-content: center;
height: 80px;
text-align: center;
height: 64px;
a {
text-decoration: none;

View File

@@ -8,7 +8,8 @@
<img alt="logo"
src="//p3-armor.byteimg.com/tos-cn-i-49unhts6dw/dfdba5317c0c20ce20e64fac803d52bc.svg~tplv-49unhts6dw-image.image" />
<!-- 标头 -->
<a-typography-title :heading="5" :style="{ margin: 0, fontSize: '18px' }">
<a-typography-title :heading="5"
:style="{ margin: 0, fontSize: '18px', height: '1.4em', overflow: 'hidden' }">
Orion Ops Pro
</a-typography-title>
<!-- 收缩菜单 -->