|
|
@@ -47,7 +47,7 @@
|
|
|
<el-tooltip
|
|
|
class="box-item"
|
|
|
effect="dark"
|
|
|
- content="该账号为租户管理员账号,自动拥有全部相机的查看权限,其他账号无耻功能"
|
|
|
+ content="该账号为租户管理员账号,自动拥有全部相机的查看权限,其他账号无此功能"
|
|
|
placement="top-start"
|
|
|
v-if="scope.row.roleType === RoleTypeEnum.TENANT_ADMIN"
|
|
|
>
|
|
|
@@ -359,9 +359,14 @@
|
|
|
.tooltip__password {
|
|
|
color: var(--el-color-primary);
|
|
|
}
|
|
|
+
|
|
|
.box-item{
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
right: 0;
|
|
|
}
|
|
|
+
|
|
|
+ .el-space__item:hover {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
</style>
|