mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
提交
This commit is contained in:
@@ -360,8 +360,13 @@ const deleteDepSelect = () => {
|
||||
|
||||
//确定添加授权
|
||||
const confirm = () => {
|
||||
if(!stuSelectRows.value.length && !projectSelectRows.value.length){
|
||||
message.warning('请选择学员')
|
||||
return
|
||||
}
|
||||
visiable.value = false;
|
||||
emit("confirm", stuSelectRows.value, projectSelectRows.value);
|
||||
closeDrawer()
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
@@ -378,7 +383,7 @@ onMounted(() => {
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.CommonStudent > .ant-drawer-content-wrapper {
|
||||
min-width: 1200px !important;
|
||||
width: 1200px !important;
|
||||
@@ -390,6 +395,10 @@ onMounted(() => {
|
||||
margin-left: 24px;
|
||||
}
|
||||
.CommonStudent {
|
||||
.ant-form-item{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.ant-btn-primary {
|
||||
background-color: #4ea6ff !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user