common.scss 283 B

123456789101112131415
  1. .disaster-precaution-container__header {
  2. flex-direction: row !important;
  3. justify-content: flex-start !important;
  4. gap: 8cpx !important;
  5. }
  6. .custom-select {
  7. width: 200cpx;
  8. :deep(.el-select__selection) {
  9. min-height: 24px;
  10. max-height: 24px;
  11. overflow-y: auto;
  12. }
  13. }