mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
二维码积分
This commit is contained in:
@@ -115,14 +115,14 @@
|
||||
:infoType="type"
|
||||
@finash="submitCall"
|
||||
>
|
||||
<a-button :class="{ 'notClick': courseSelectRows.length > 0 }" :disabled="courseSelectRows.length>0" class="cus-btn" style="background: #4ea6ff; color: #fff">
|
||||
<a-button class="cus-btn" style="background: #4ea6ff; color: #fff">
|
||||
<template #icon><img style="margin-right: 10px" src="../../../assets/images/courseManage/add0.png"/>
|
||||
</template>
|
||||
添加学员
|
||||
</a-button>
|
||||
</CommonStudent>
|
||||
<CommonImport @change="change" title="导入学员" :template-url="stuTemplateUrl" :data="{ targetId: offcoursePlanId, type:3 }" :url="`/admin/student/importStudent`" name="uploadFile">
|
||||
<div class="btn btn1" style="margin-right: 20px;margin-left: 20px" :class="{ 'notClick': courseSelectRows.length > 0 }">
|
||||
<div class="btn btn1" style="margin-right: 20px;margin-left: 20px">
|
||||
<div class="img1"></div>
|
||||
<div class="wz">导入学员</div>
|
||||
</div>
|
||||
@@ -456,14 +456,14 @@ const change = (e) => {
|
||||
|
||||
<style lang="scss">
|
||||
.notClick{
|
||||
cursor: pointer;
|
||||
pointer-events: none;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
border: 1px solid #3b3c3c !important;
|
||||
border-radius: 8px;
|
||||
color: #fff !important;
|
||||
background-color: #3b3c3c !important;
|
||||
// cursor: pointer;
|
||||
// pointer-events: none;
|
||||
// width: 100px;
|
||||
// height: 40px;
|
||||
// border: 1px solid #3b3c3c !important;
|
||||
// border-radius: 8px;
|
||||
// color: #fff !important;
|
||||
// background-color: #3b3c3c !important;
|
||||
}
|
||||
|
||||
.me {
|
||||
@@ -836,7 +836,15 @@ const change = (e) => {
|
||||
|
||||
.tableBox {
|
||||
// margin-bottom: 80px;
|
||||
|
||||
.ant-select-dropdown{
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-select-selection-item{
|
||||
margin-left: 3px;
|
||||
}
|
||||
.ant-pagination-options-size-changer.ant-select{
|
||||
width: 84px;
|
||||
}
|
||||
.classify {
|
||||
// margin-left: 11px !important;
|
||||
// padding-left: 9px !important;
|
||||
|
||||
Reference in New Issue
Block a user