mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-11 18:09:50 +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;
|
||||
transform-origin: center;
|
||||
mix-blend-mode: darken;
|
||||
width: 200px;
|
||||
width: 100px;
|
||||
}
|
||||
.dot:nth-child(2n) {
|
||||
animation-delay: calc(-0.35 * var(--dot-run-duration));
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user