feat: 主机分组授权.

This commit is contained in:
lijiahang
2023-11-24 14:42:58 +08:00
parent ba446ba508
commit 51f0e83b3a
10 changed files with 332 additions and 49 deletions

View File

@@ -6,6 +6,7 @@
<!-- FIXME -->
<!-- LOGO -->
<img alt="logo"
draggable="false"
src="//p3-armor.byteimg.com/tos-cn-i-49unhts6dw/dfdba5317c0c20ce20e64fac803d52bc.svg~tplv-49unhts6dw-image.image" />
<!-- 标头 -->
<a-typography-title :heading="5"
@@ -161,8 +162,9 @@
<li>
<a-dropdown trigger="click">
<!-- 头像 -->
<a-avatar :size="32"
:style="{ cursor: 'pointer', backgroundColor: '#3370ff' }">
<a-avatar draggable="false"
:size="32"
:style="{ cursor: 'pointer', backgroundColor: '#3370ff', userSelect: 'none' }">
{{ nickname }}
</a-avatar>
<template #content>
@@ -316,6 +318,7 @@
}
.left-side {
user-select: none;
display: flex;
align-items: center;
padding-left: 20px;
@@ -374,5 +377,4 @@
display: flex;
justify-content: flex-end;
}
</style>