index.scss 436 B

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