fix: 活动告警添加清除操作

This commit is contained in:
TsMask
2025-03-05 14:58:47 +08:00
parent f36980efb9
commit dd9656fa72
3 changed files with 4 additions and 45 deletions

View File

@@ -742,22 +742,3 @@ onMounted(() => {
padding: 0 24px;
}
</style>
<style lang="less">
.full-modal {
.ant-modal {
max-width: 100%;
top: 0;
padding-bottom: 0;
margin: 0;
}
.ant-modal-content {
display: flex;
flex-direction: column;
height: calc(100vh);
}
.ant-modal-body {
flex: 1;
}
}
</style>