Commit 5feb8a53 by 张超军

修改bug墨奇

parent 351f16f3
......@@ -334,6 +334,17 @@ $lookingBg: var(--lookingBg, #161712);
margin-right: 2px;
border-right: 1px solid $bgBorder;
background: $deepBg;
.version {
color: #fff;
font-size: 14px;
margin-left: 50px;
margin-bottom: 30px;
margin-top: 20px;
font-weight: 400;
div {
margin-bottom: 10px;
}
}
.select {
margin: 40px 40px 40px 50px;
.el-select {
......@@ -776,7 +787,13 @@ $lookingBg: var(--lookingBg, #161712);
}
}
}
.isError {
position: absolute;
left: 0;
top: 0;
}
.anaphora {
color: #fff;
position: absolute;
width: 96px;
height: 36px;
......@@ -786,7 +803,7 @@ $lookingBg: var(--lookingBg, #161712);
right: 12px;
display: flex;
align-items: center;
justify-content: center;
// justify-content: center;
border-radius: 5px;
/deep/ .el-checkbox {
height: 20px;
......@@ -796,6 +813,10 @@ $lookingBg: var(--lookingBg, #161712);
line-height: 20px;
color: #909090;
}
/deep/ .el-checkbox {
position: absolute;
right: 5px;
}
/deep/ .el-checkbox__inner {
border: 1px solid #404040;
background-color: $checkInner;
......@@ -814,6 +835,22 @@ $lookingBg: var(--lookingBg, #161712);
border-top: 0;
}
}
.no {
padding-left: 47px;
}
.hand {
position: absolute;
width: 96px;
height: 36px;
background: $deepBg;
// opacity: 0.5;
bottom: 58px;
right: 12px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
}
}
.hands {
margin-left: 40px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment