comprehensive-query.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. .handleNodeId-40 {
  2. flex-wrap: wrap;
  3. }
  4. .handleNodeId-40 .el-form-item {
  5. margin-bottom: 0;
  6. }
  7. .handleNodeId-40 .el-form-item__content {
  8. float: left;
  9. width: 130px;
  10. }
  11. .handleNodeId-40 .hos-select .el-form-item__content {
  12. width: 200px;
  13. }
  14. .handleNodeId-40 .dept-select .el-form-item__content {
  15. width: 200px;
  16. }
  17. .el-table th {
  18. background: #F5F5FA;
  19. }
  20. .el-radio-button:first-child .el-radio-button__inner {
  21. border-radius: 15px 0 0 15px;
  22. }
  23. .el-radio-button:last-child .el-radio-button__inner {
  24. border-radius: 0 15px 15px 0;
  25. }
  26. .line1 {
  27. line-height: 1;
  28. }
  29. .formLeft {
  30. margin-left: 20px;
  31. }
  32. .formWidth {
  33. width: 120px;
  34. }
  35. .formWidth200 {
  36. width: 200px;
  37. }
  38. .tabs {
  39. /* width: 300px; */
  40. height: 35px;
  41. line-height: 35px;
  42. /* border: 1px solid red; */
  43. margin: 10px;
  44. /* border: 1px solid #f1f1f1; */
  45. display: flex;
  46. }
  47. .tabsBox {
  48. width: 100px;
  49. text-align: center;
  50. border: 1px solid #F1F1F1;
  51. height: 100%;
  52. cursor: pointer;
  53. display: inline-block;
  54. /* border-right: 0; */
  55. }
  56. .resetSelected {
  57. width: 98%;
  58. position: absolute;
  59. text-align: center;
  60. cursor: pointer;
  61. top: 770px;
  62. }
  63. .eliminate {
  64. margin-left: 20px;
  65. cursor: pointer;
  66. }
  67. .label-no-float .el-form-item__label {
  68. float: none;
  69. }
  70. .particulars {
  71. font-size: 14px;
  72. padding: 3px 19px;
  73. cursor: pointer;
  74. }
  75. .particulars:hover {
  76. /* color: #409eff; */
  77. background-color: #409eff;
  78. color: #fff;
  79. }
  80. .handleNodeId-44 {
  81. flex-wrap: wrap;
  82. }
  83. .handleNodeId-44 .el-form-item {
  84. margin-bottom: 0;
  85. }
  86. .operate {
  87. cursor: pointer;
  88. }
  89. .copd-filter-option-list {
  90. padding: 4px 0;
  91. }
  92. .copd-filter-option-list .el-checkbox {
  93. display: block;
  94. margin-top: 4px;
  95. }
  96. .copd-filter-option-list .el-checkbox-group .el-checkbox:first-child {
  97. margin-left: 30px;
  98. }