|
@@ -1,6 +1,10 @@
|
|
|
<template>
|
|
|
<div class="main-header">
|
|
|
<div class="main-logo">
|
|
|
+ <img
|
|
|
+ src="/logo.png"
|
|
|
+ style="width: 35px; height: 35px; margin-right: 10px"
|
|
|
+ />
|
|
|
<span style="font-size: 30px; color: white">自动测试</span>
|
|
|
</div>
|
|
|
<div class="main-user" ref="buttonRef">
|
|
@@ -30,7 +34,6 @@
|
|
|
<script setup lang="ts">
|
|
|
import { ref, unref } from "vue";
|
|
|
import UserCenter from "@/views/modules/person-manager/com/userCenter.vue";
|
|
|
-import { ClickOutside as vClickOutside } from "element-plus";
|
|
|
|
|
|
const router = useRouter();
|
|
|
const buttonRef = ref();
|
|
@@ -102,7 +105,6 @@ const gotoDictPage = () => {
|
|
|
}
|
|
|
|
|
|
span {
|
|
|
- margin-left: 6px;
|
|
|
font-size: var(--hj-fs-16);
|
|
|
color: var(--fc-color-3);
|
|
|
}
|