reset.scss 727 B

123456789101112131415161718192021222324252627282930313233343536
  1. // reset style
  2. .liu-crud-wrap {
  3. & .el-row:first-child {
  4. position: relative;
  5. top: -10px;
  6. left: -10px;
  7. width: calc(100% + 20px);
  8. }
  9. .liu-tabs {
  10. width: 100%;
  11. height: 40px;
  12. box-shadow: none !important;
  13. border-left: none !important;
  14. border-bottom: none !important;
  15. .el-tabs__content {
  16. padding: 0 !important;
  17. }
  18. & > .el-tabs__header .el-tabs__item {
  19. border-top: 4px solid#F5F7FA;
  20. line-height: 34px;
  21. &.is-active {
  22. border-top: 4px solid #3385FF;
  23. }
  24. }
  25. }
  26. }
  27. img {
  28. display: block;
  29. width: 100%;
  30. }
  31. .el-select {
  32. width: 100%;
  33. }