zTreeSelect.scss 818 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .noData {
  2. height: 32px;
  3. line-height: 32px;
  4. }
  5. .ztree-filter-container {
  6. white-space: nowrap;
  7. overflow: hidden;
  8. padding: 16px 16px 0px;
  9. .el-input {
  10. min-width: 100px !important;
  11. margin-right: 10px;
  12. }
  13. // .el-button{
  14. // display: inline-flex !important;
  15. // }
  16. }
  17. .loading {
  18. display: contents;
  19. .el-loading-text {
  20. display: list-item;
  21. white-space: nowrap
  22. }
  23. }
  24. .br {
  25. display: none;
  26. }
  27. ::v-deep .el-input__icon {
  28. line-height: 30px;
  29. }
  30. .scrollInSelect {
  31. height: calc(100vh - 480px);
  32. ::v-deep .el-scrollbar__wrap {
  33. margin-bottom: 0 !important;
  34. overflow-x: auto;
  35. }
  36. .ztree {
  37. height: 100%;
  38. padding: 0;
  39. ::v-deep li a.curSelectedNode {
  40. color: var(--bs-el-color-primary);
  41. text-decoration: none;
  42. }
  43. }
  44. .empty {
  45. margin-top: 30px;
  46. }
  47. }