element-plus.scss 479 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .el-breadcrumb__inner,
  2. .el-breadcrumb__inner a {
  3. font-weight: 400 !important;
  4. }
  5. .el-upload {
  6. input[type="file"] {
  7. display: none !important;
  8. }
  9. }
  10. .el-upload__input {
  11. display: none;
  12. }
  13. .upload-container {
  14. .el-upload {
  15. width: 100%;
  16. .el-upload-dragger {
  17. width: 100%;
  18. height: 200px;
  19. }
  20. }
  21. }
  22. .el-dropdown-menu {
  23. padding: 2px 0 2px 0 !important;
  24. }
  25. .el-range-separator {
  26. box-sizing: content-box;
  27. }
  28. .is-dark {
  29. z-index: 99999 !important;
  30. }