12345678910111213141516171819202122 |
- .approvalTab {
- :global {
- .van-tabs__line {
- position: absolute;
- bottom: 20px !important;
- }
- }
- }
- .MyApproval{
- .select{
- display: flex;
- align-items: center;
- padding: 0 15px;
- height: 50px;
- font-size: 14px;
- & > img{
- width: 11px;
- height: 6px;
- margin-left: 4px;
- }
- }
- }
|