diff --git a/jeecgboot-vue3/src/views/dashboard/ai/components/aide/images/ai.png b/jeecgboot-vue3/src/views/dashboard/ai/components/aide/images/ai.png new file mode 100644 index 000000000..59448dab7 Binary files /dev/null and b/jeecgboot-vue3/src/views/dashboard/ai/components/aide/images/ai.png differ diff --git a/jeecgboot-vue3/src/views/dashboard/ai/components/aide/index.vue b/jeecgboot-vue3/src/views/dashboard/ai/components/aide/index.vue index 27cca5ed2..25ebb29aa 100644 --- a/jeecgboot-vue3/src/views/dashboard/ai/components/aide/index.vue +++ b/jeecgboot-vue3/src/views/dashboard/ai/components/aide/index.vue @@ -1,23 +1,15 @@ @@ -28,6 +20,7 @@ import { AIDE_FLAG } from '/@/enums/cacheEnum'; import { getToken } from '/@/utils/auth'; import { getAuthCache, setAuthCache, removeAuthCache } from '/@/utils/auth'; + import aiImage from './images/ai.png'; const visible = ref(1); const aideWrapRef = ref(null); const popconfirmVisible = ref(false); @@ -63,11 +56,10 @@ .aide-wrap { position: fixed; top: 50%; - right: 0; + right: 5px; transform: translate(0, -50%); - background-color: @primary-color; - height: 46px; - width: 46px; + height: 33px; + width: 33px; border-radius: 50%; text-align: center; display: flex;