index.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .el-tabs {
  2. margin-top: -30px;
  3. }
  4. .el-tabs__nav-scroll {
  5. justify-content: space-between;
  6. }
  7. .view-dataSpecies-left {
  8. width: 300px;
  9. }
  10. .view-dataSpecies-right {
  11. width: calc(100% - 330px);
  12. margin-left: 30px;
  13. .view-dataType-title-search {
  14. display: flex;
  15. .input1 {
  16. width: 340px;
  17. }
  18. }
  19. }
  20. .view-table-content {
  21. display: flex;
  22. }
  23. .view-dataType-title {
  24. display: flex;
  25. flex-shrink: 1;
  26. justify-content: space-between;
  27. }
  28. .view-dataType-table {
  29. margin-top: 10px;
  30. }
  31. // ::-webkit-scrollbar{
  32. // display: none;
  33. // }
  34. .view-carrierFlightMission-FlightMission-btn {
  35. display: flex;
  36. justify-content: space-between;
  37. }
  38. .view-carrierFlightMission-FlightMission-btn-right {
  39. display: flex;
  40. -ms-overflow-style: none;
  41. scrollbar-width: none;
  42. .input-with-select {
  43. display: flex;
  44. margin-right: 20px;
  45. > span {
  46. white-space: nowrap;
  47. color: #fff;
  48. display: block;
  49. margin-right: 10px;
  50. width: 60px;
  51. height: 24px;
  52. line-height: 30px;
  53. }
  54. }
  55. }
  56. .view-carrierFlightMission-FlightMission-btn-right::-webkit-scrollbar{
  57. display: none;
  58. }
  59. .c-card-content-echars-1 {
  60. height: calc(100vh - 142px - 90px - 20px);
  61. .baseBar-box-1 {
  62. width: 100%;
  63. height: 100%;
  64. }
  65. }