feat: 优化大屏

This commit is contained in:
fyy
2025-08-05 17:07:10 +08:00
parent c847bd29e1
commit 2beb771185
24 changed files with 1671 additions and 1481 deletions

View File

@@ -149,6 +149,7 @@ const handleAccountLogin = async () => {
</div>
</div>
</div>
<div class="login-footer">重庆数字南川大数据产业发展有限公司</div>
</div>
</div>
<!-- <div
@@ -431,4 +432,11 @@ input:-webkit-autofill {
.login-form input::placeholder {
color: rgba(255, 255, 255, 0.42); /* 例如灰色 */
}
.login-footer{
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 100;
}
</style>