index.scss 937 B

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