style:弹窗

This commit is contained in:
zhangyc
2023-01-15 22:00:49 +08:00
parent 27380707f4
commit 7a1f40df5b
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -117,7 +117,8 @@
导出学习信息
</a-button>
</a-col>
<a-col :span="1.5" v-else>
<a-col :span="1.5" v-if="type === 2">
<a-button class="cus-btn white" @click="exportTaskStuRouter">
导出学习信息
</a-button>