mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 16:37:06 +08:00
enhance style of flying logo and auto start chat config ui
This commit is contained in:
@@ -102,7 +102,7 @@ onMounted(async () => {
|
|||||||
animation: fly-in var(--dot-run-duration) ease-in-out infinite;
|
animation: fly-in var(--dot-run-duration) ease-in-out infinite;
|
||||||
transform-origin: center;
|
transform-origin: center;
|
||||||
mix-blend-mode: darken;
|
mix-blend-mode: darken;
|
||||||
width: 200px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
.dot:nth-child(2n) {
|
.dot:nth-child(2n) {
|
||||||
animation-delay: calc(-0.35 * var(--dot-run-duration));
|
animation-delay: calc(-0.35 * var(--dot-run-duration));
|
||||||
|
|||||||
@@ -73,12 +73,14 @@ const handleClickLaunchLogin = () => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.form-wrap {
|
.form-wrap {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 1000px;
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-right: 20px;
|
||||||
:deep(.el-form) {
|
:deep(.el-form) {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
max-width: 640px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
}
|
||||||
.last-form-item {
|
.last-form-item {
|
||||||
:deep(.el-form-item__content) {
|
:deep(.el-form-item__content) {
|
||||||
|
|||||||
Reference in New Issue
Block a user