This commit is contained in:
duanxiaohai 2024-09-13 15:12:47 +08:00
commit 4485694567
1 changed files with 4 additions and 0 deletions

View File

@ -345,4 +345,8 @@ const handle = (current) => {
:deep(.el-pagination) { :deep(.el-pagination) {
transform: scale(0.8); transform: scale(0.8);
} }
:deep(.el-overlay-dialog){
bottom: 0 !important;
overflow:hidden !important;
}
</style> </style>