fix:修改管理员添加学员-选择关卡居中问题

This commit is contained in:
wyx
2023-01-12 14:39:24 +08:00
parent 9a7c90af8d
commit 3abb50bee0

View File

@@ -341,7 +341,7 @@
</a-modal> </a-modal>
--> -->
<a-modal <a-modal
style="padding: 0" :style="{padding: 0,position: relative,right: - (screenWidth/2 - 660) + 'px',}"
:closable="true" :closable="true"
:visible="stageVisible" :visible="stageVisible"
:footer="null" :footer="null"
@@ -560,6 +560,7 @@ const stuSelectKeys = ref([]);
const orgSelectKeys = ref([]); const orgSelectKeys = ref([]);
const auditSelectKeys = ref([]); const auditSelectKeys = ref([]);
const screenHeight = ref(document.body.clientHeight); const screenHeight = ref(document.body.clientHeight);
const screenWidth = ref(document.body.clientWidth);
const stuRowSelection = computed(() => ({ const stuRowSelection = computed(() => ({
columnWidth: 20, columnWidth: 20,
selectedRowKeys: stuSelectKeys.value, selectedRowKeys: stuSelectKeys.value,