- .disaster-precaution-container__header {
- flex-direction: row !important;
- justify-content: flex-start !important;
- gap: 8cpx !important;
- }
- .custom-select {
- width: 200cpx;
- :deep(.el-select__selection) {
- min-height: 24px;
- max-height: 24px;
- overflow-y: auto;
- }
- }
|