修改登录界面界面
This commit is contained in:
parent
22f6b76083
commit
ac727bb353
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.5 MiB |
|
|
@ -70,7 +70,7 @@ const loginWithOther = () => {
|
||||||
}
|
}
|
||||||
// 激活软件
|
// 激活软件
|
||||||
const active = () => {
|
const active = () => {
|
||||||
MessageUtils.successMessageBox('您的系统已经永久激活', '欢迎使用');
|
MessageUtils.successMessageBox('您的系统已经获得授权', '欢迎使用');
|
||||||
}
|
}
|
||||||
// 打印服务
|
// 打印服务
|
||||||
const printServe = () => {
|
const printServe = () => {
|
||||||
|
|
@ -161,7 +161,7 @@ const queryCustomerName = () => {
|
||||||
height: 480px;
|
height: 480px;
|
||||||
margin-left: calc(50vw - 250px);
|
margin-left: calc(50vw - 250px);
|
||||||
margin-top: calc(15vh);
|
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) {
|
:deep(.el-form-item__label) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user