feat:完成创建关卡细节页面

This commit is contained in:
songwc
2022-10-10 18:13:17 +08:00
parent 8631b26ac0
commit 4a78e0210f
19 changed files with 941 additions and 6 deletions

View File

@@ -185,8 +185,12 @@
<div class="box"></div>
<div class="onetitle">关卡晋级规则</div>
</div>
<div class="twomain">
<a-switch size="small" v-model:checked="checked2" />
<div class="twomain clearfix">
<a-switch
size="small"
v-model:checked="checked2"
style="margin-top: -5px"
/>
<span class="info">启用关卡自动规则加入</span>
<div class="infor">
若开启新建/编辑关卡-添加学员支持设定自动加入规则将于每日8点同步数据
@@ -758,7 +762,7 @@ export default {
position: absolute;
// margin-top: 10px;
left: 0;
top: 5px;
top: 3px;
}
.yulan {
// color: yellow;
@@ -773,10 +777,14 @@ export default {
.twomain {
margin-left: 20px;
margin-top: 20px;
.ant-switch-checked {
background-color: #5dc988;
}
.info {
margin-left: 10px;
color: #6f6f6f;
font-size: 14px;
// margin-top: 10px;
}
.infor {
margin-left: 38px;
@@ -818,7 +826,7 @@ export default {
position: relative;
.inl {
position: absolute;
top: 5px;
top: 2px;
}
.sh {
margin-left: 23px;