修改登录界面界面

This commit is contained in:
葛林强 2026-01-28 15:44:43 +08:00
parent 22f6b76083
commit ac727bb353
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 MiB

After

Width:  |  Height:  |  Size: 3.5 MiB

View File

@ -70,7 +70,7 @@ const loginWithOther = () => {
}
//
const active = () => {
MessageUtils.successMessageBox('您的系统已经永久激活', '欢迎使用');
MessageUtils.successMessageBox('您的系统已经获得授权', '欢迎使用');
}
//
const printServe = () => {
@ -161,7 +161,7 @@ const queryCustomerName = () => {
height: 480px;
margin-left: calc(50vw - 250px);
margin-top: calc(15vh);
background-color: rgba(255, 255, 255, 0.1);
background-color: rgba(255, 255, 255, 0.15);
}
:deep(.el-form-item__label) {