temp-detail.css 979 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .top-box {
  2. padding: 0 20px;
  3. }
  4. .el-tag {
  5. font-size: 16px;
  6. cursor: pointer;
  7. }
  8. .order-pane {
  9. border: 1px solid #dcdfe6;
  10. padding: 10px;
  11. height: 50px;
  12. line-height: 25px;
  13. }
  14. .order-pane .order-box {
  15. display: inline-block;
  16. border: 1px solid #adb0b3;
  17. margin-right: 10px;
  18. padding: 0 10px;
  19. height: 30px;
  20. line-height: 30px;
  21. cursor: pointer;
  22. }
  23. .order-pane .order-box .el-icon-circle-close {
  24. position: inherit;
  25. margin-left: 5px;
  26. }
  27. .order-name {
  28. }
  29. .order-name .name {
  30. border: 2px solid #29ba9c;
  31. padding: 5px 12px;
  32. border-radius: 3px;
  33. background: #eaf8f5;
  34. color: #29ba9c;
  35. margin-right: 10px;
  36. cursor: pointer;
  37. }
  38. .no-drop {
  39. background: #dcdfe6 !important;
  40. border: 2px solid #dcdfe6 !important;
  41. color: white !important;
  42. cursor: no-drop !important;
  43. }
  44. @media (max-width: 1450px) {
  45. .fixed-pane {
  46. left:70% !important;
  47. }
  48. }
  49. @media (max-height: 960px) {
  50. .fixed-pane {
  51. height: 45% !important;
  52. overflow: auto !important;
  53. }
  54. }