mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
style:弹窗
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user