mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
feat:完成关卡的创建关卡弹窗 完成查看页面 修改学员管理下拉框
This commit is contained in:
@@ -667,16 +667,19 @@ export default {
|
||||
width: 110,
|
||||
align: "center",
|
||||
scopedSlots: { customRender: "action" }, //引入的插槽
|
||||
customRender: () => {
|
||||
customRender: (text) => {
|
||||
return (
|
||||
<div class="opa">
|
||||
<div class="opacation">
|
||||
<span style="color:#4EA6FF;margin-right:25px;cursor:pointer">
|
||||
查看
|
||||
</span>
|
||||
<routerLink to="/levelcheck">
|
||||
<span style="color:#4EA6FF;margin-right:25px;cursor:pointer">
|
||||
查看
|
||||
</span>
|
||||
</routerLink>
|
||||
<span
|
||||
onClick={() => {
|
||||
state.visible = true;
|
||||
console.log(text.record.cur);
|
||||
}}
|
||||
style="color:#4EA6FF;margin-right:25px;cursor:pointer"
|
||||
>
|
||||
@@ -719,8 +722,11 @@ export default {
|
||||
clear: both;
|
||||
}
|
||||
.ant-modal {
|
||||
width: 549px !important;
|
||||
height: 245px !important;
|
||||
.ant-modal-content {
|
||||
width: 549px !important;
|
||||
height: 245px !important;
|
||||
.ant-modal-body {
|
||||
padding: 0 !important;
|
||||
width: 549px !important;
|
||||
@@ -1317,6 +1323,20 @@ export default {
|
||||
cursor: pointer;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.select {
|
||||
.ant-select {
|
||||
//
|
||||
// border: 0 !important;
|
||||
border-radius: 11px;
|
||||
.ant-select-selector {
|
||||
border: 1px solid #4ea6ff !important;
|
||||
.ant-select-selection-placeholder {
|
||||
padding-left: 15px;
|
||||
color: #4ea6ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.talk {
|
||||
margin-top: 24px;
|
||||
|
||||
Reference in New Issue
Block a user