enhance style of flying logo and auto start chat config ui

This commit is contained in:
geekgeekrun
2024-04-05 15:07:12 +08:00
parent 789f51729f
commit 93072b2946
2 changed files with 5 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ onMounted(async () => {
animation: fly-in var(--dot-run-duration) ease-in-out infinite;
transform-origin: center;
mix-blend-mode: darken;
width: 200px;
width: 100px;
}
.dot:nth-child(2n) {
animation-delay: calc(-0.35 * var(--dot-run-duration));

View File

@@ -73,12 +73,14 @@ const handleClickLaunchLogin = () => {
<style scoped lang="scss">
.form-wrap {
margin: 0 auto;
max-width: 1000px;
max-height: 100vh;
overflow: auto;
padding-left: 20px;
padding-right: 20px;
:deep(.el-form) {
padding-top: 60px;
max-width: 640px;
margin: 0 auto;
}
.last-form-item {
:deep(.el-form-item__content) {