Commit 5feb8a53 by 张超军

修改bug墨奇

parent 351f16f3
...@@ -334,6 +334,17 @@ $lookingBg: var(--lookingBg, #161712); ...@@ -334,6 +334,17 @@ $lookingBg: var(--lookingBg, #161712);
margin-right: 2px; margin-right: 2px;
border-right: 1px solid $bgBorder; border-right: 1px solid $bgBorder;
background: $deepBg; 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 { .select {
margin: 40px 40px 40px 50px; margin: 40px 40px 40px 50px;
.el-select { .el-select {
...@@ -776,7 +787,13 @@ $lookingBg: var(--lookingBg, #161712); ...@@ -776,7 +787,13 @@ $lookingBg: var(--lookingBg, #161712);
} }
} }
} }
.isError {
position: absolute;
left: 0;
top: 0;
}
.anaphora { .anaphora {
color: #fff;
position: absolute; position: absolute;
width: 96px; width: 96px;
height: 36px; height: 36px;
...@@ -786,7 +803,7 @@ $lookingBg: var(--lookingBg, #161712); ...@@ -786,7 +803,7 @@ $lookingBg: var(--lookingBg, #161712);
right: 12px; right: 12px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; // justify-content: center;
border-radius: 5px; border-radius: 5px;
/deep/ .el-checkbox { /deep/ .el-checkbox {
height: 20px; height: 20px;
...@@ -796,6 +813,10 @@ $lookingBg: var(--lookingBg, #161712); ...@@ -796,6 +813,10 @@ $lookingBg: var(--lookingBg, #161712);
line-height: 20px; line-height: 20px;
color: #909090; color: #909090;
} }
/deep/ .el-checkbox {
position: absolute;
right: 5px;
}
/deep/ .el-checkbox__inner { /deep/ .el-checkbox__inner {
border: 1px solid #404040; border: 1px solid #404040;
background-color: $checkInner; background-color: $checkInner;
...@@ -814,6 +835,22 @@ $lookingBg: var(--lookingBg, #161712); ...@@ -814,6 +835,22 @@ $lookingBg: var(--lookingBg, #161712);
border-top: 0; 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 { .hands {
margin-left: 40px; 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