| 1234567891011121314151617181920212223242526 |
- .passenger{
- width: 100%;
- height: 100%;
- .top{
- display: flex;
- justify-content: flex-end;
- margin-bottom: 5px;
- .input{
- display: flex;
- button{
- margin-left: 10px;
- }
- }
- }
- .btn{
- display: flex;
- justify-content: space-between;
- }
- }
- #basic{
- .ant-form-item{
- margin-bottom: 20px;
- }
- }
|