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