comprehensive-query.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. }