fix: 告警帮助文档全屏弹窗
This commit is contained in:
@@ -1029,7 +1029,7 @@ onMounted(() => {
|
|||||||
:data-source="alarmTableState.data"
|
:data-source="alarmTableState.data"
|
||||||
:size="alarmTableState.size"
|
:size="alarmTableState.size"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:scroll="{ x: 1700, y: 560 }"
|
:scroll="{ x: 1700, y: '82vh' }"
|
||||||
>
|
>
|
||||||
</a-table>
|
</a-table>
|
||||||
</a-modal>
|
</a-modal>
|
||||||
@@ -1575,6 +1575,9 @@ onMounted(() => {
|
|||||||
.table :deep(.ant-pagination) {
|
.table :deep(.ant-pagination) {
|
||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style lang="less">
|
||||||
.full-modal {
|
.full-modal {
|
||||||
.ant-modal {
|
.ant-modal {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user