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