| 123456789101112131415161718192021 |
- @use './variables.scss' as *;
- .custom-tooltip {
- width: 200cpx;
- max-height: 200cpx;
- overflow-y: auto;
- }
- .customDialog--pushObject {
- height: 60vh;
- border-radius: 8px !important;
- .el-dialog__body {
- display: flex;
- flex-direction: column;
- gap: 10px;
- width: 100%;
- height: calc(100% - 50px);
- overflow-y: auto;
- }
- }
|