Commit b950966b261d24b4962c827c81de99595866f017
1 parent
c7f83034
fix: DEFECT-843 not full screnn on click fullscrenn mode
Showing
1 changed file
with
5 additions
and
1 deletions
| ... | ... | @@ -286,7 +286,7 @@ |
| 286 | 286 | } |
| 287 | 287 | |
| 288 | 288 | .split-screen-mode:deep(.ant-spin-container) { |
| 289 | - height: 100%; | |
| 289 | + height: 100% !important; | |
| 290 | 290 | } |
| 291 | 291 | |
| 292 | 292 | .video-container { |
| ... | ... | @@ -321,4 +321,8 @@ |
| 321 | 321 | width: 100%; |
| 322 | 322 | height: 100%; |
| 323 | 323 | } |
| 324 | + | |
| 325 | + .split-mode-lis:deep(.ant-spin-container:fullscreen) { | |
| 326 | + height: 100% !important; | |
| 327 | + } | |
| 324 | 328 | </style> | ... | ... |