index.module.less 333 B

12345678910111213141516171819202122
  1. .approvalTab {
  2. :global {
  3. .van-tabs__line {
  4. position: absolute;
  5. bottom: 20px !important;
  6. }
  7. }
  8. }
  9. .MyApproval{
  10. .select{
  11. display: flex;
  12. align-items: center;
  13. padding: 0 15px;
  14. height: 50px;
  15. font-size: 14px;
  16. & > img{
  17. width: 11px;
  18. height: 6px;
  19. margin-left: 4px;
  20. }
  21. }
  22. }