|
@@ -42,14 +42,13 @@ const handleSubmit = async () => {
|
|
|
finally {
|
|
|
loading.value = false;
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
|
<div class="login-viewport">
|
|
|
- <div class="logo absolute w-[120px] space-x-[8px] h-[28px] top-[14px] left-[20px]">
|
|
|
+ <div class="logo absolute w-[106px] space-x-[6px] h-[28px] top-[14px] left-[20px]">
|
|
|
<img src="@/assets/svgs/common/logo.svg" alt="logo" />
|
|
|
<span class="text">LibraAI智能体运营平台</span>
|
|
|
</div>
|
|
@@ -110,10 +109,10 @@ const handleSubmit = async () => {
|
|
|
.logo {
|
|
|
@include flex(x, center, center);
|
|
|
.text {
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 11px;
|
|
|
font-family: AlimamaShuHeiTi;
|
|
|
font-weight: bold;
|
|
|
- line-height: 14px;
|
|
|
+ line-height: 12px;
|
|
|
}
|
|
|
}
|
|
|
|