This commit is contained in:
aaron 2025-03-05 12:41:49 +08:00
parent 11f2487742
commit 7b68534636

View File

@ -139,7 +139,7 @@ export default defineComponent({
.login-page {
height: 100vh;
width: 100vw;
background: linear-gradient(135deg, #fff8e1 0%, #ffe082 100%);
background: linear-gradient(135deg, #f0f7ff 0%, #c6e2ff 100%);
display: flex;
justify-content: center;
align-items: center;
@ -156,7 +156,7 @@ export default defineComponent({
.login-left {
width: 40%;
background: linear-gradient(135deg, #FFC300 0%, #e6b000 100%);
background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
color: white;
padding: 40px;
display: flex;
@ -247,14 +247,14 @@ export default defineComponent({
.login-button {
height: 48px;
font-size: 16px;
background: #FFC300;
border-color: #FFC300;
background: #1890ff;
border-color: #1890ff;
border-radius: 6px;
}
.login-button:hover {
background: #ffcf33;
border-color: #ffcf33;
background: #40a9ff;
border-color: #40a9ff;
}
.login-footer {