邓洁 : 设备管理及修复

This commit is contained in:
邓洁
2023-12-16 23:38:13 +08:00
parent fdecc480ec
commit 1a934eaf7e
13 changed files with 613 additions and 120 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 823 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 B

View File

@@ -6,6 +6,11 @@
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
-moz-user-select: none; /*火狐*/
-webkit-user-select: none; /*webkit浏览器*/
-ms-user-select: none; /*IE10*/
-khtml-user-select: none; /*早期浏览器*/
user-select: none;
}
a {
@@ -402,9 +407,13 @@ body,
font-weight: bold;
color: #08b7b8;
letter-spacing: 3px;
p{
line-height: 40px;
}
}
}
.el-message-box__btns {
margin-top: 20px;
display: flex;
justify-content: space-around;
.el-button {
@@ -485,3 +494,37 @@ input[type="number"] {
.el-checkbox__input.is-checked .el-checkbox__inner::after {
display: none;
}
//取消 确定按钮
.btns {
display: flex;
justify-content: space-around;
margin-top: 80px;
.cancel-btn {
display: flex;
justify-content: center;
cursor: pointer;
width: 220px;
height: 80px;
border-radius: 11px;
border: 2px solid #08B7B8;
color: #08B7B8;
line-height: 80px;
font-size: 38px;
box-sizing: border-box;
}
.sure-btn {
display: flex;
justify-content: center;
cursor: pointer;
width: 220px;
height: 80px;
line-height: 80px;
background: #08B7B8;
border-radius: 11px;
color: #FFFFFF;
font-size: 38px;
}
}