fix:remove ElInput

This commit is contained in:
zyronon
2025-08-16 23:28:31 +08:00
parent aa22d21ff8
commit fd4fcf5473
8 changed files with 352 additions and 182 deletions

View File

@@ -25,7 +25,7 @@
--shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
--panel-margin-left: calc(50% + var(--toolbar-width) / 2 + 1rem);
--article-panel-margin-left: calc(50% + var(--article-width) / 2 + 1rem);
--anim-time: 0.3s;
--anim-time: 0.5s;
--color-input-color: black;
--color-input-bg: white;
@@ -409,8 +409,8 @@ a {
background: var(--color-second);
}
.center {
@apply flex justify-center items-center;
.inline-center {
@apply inline-flex justify-center items-center;
}
.title {