|  | @@ -1,13 +1,28 @@
 | 
											
												
													
														|  |  .pages {
 |  |  .pages {
 | 
											
												
													
														|  | -  height: 9.5rem;
 |  | 
 | 
											
												
													
														|  | 
 |  | +  height: 100vh;
 | 
											
												
													
														|  | 
 |  | +  background-color: white;
 | 
											
												
													
														|  | 
 |  | +  border-radius: 0.5rem;
 | 
											
												
													
														|  | 
 |  | +  padding-top: 0.3rem;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  .modalContainer {
 |  |  .modalContainer {
 | 
											
												
													
														|  | -  padding: 0.2rem 0.3rem 0rem 0.3rem;
 |  | 
 | 
											
												
													
														|  | -  background-color: white;
 |  | 
 | 
											
												
													
														|  | 
 |  | +  padding: 0rem 0.3rem;
 | 
											
												
													
														|  |    border-radius: 0.5rem;
 |  |    border-radius: 0.5rem;
 | 
											
												
													
														|  | -  height: 9.4rem;
 |  | 
 | 
											
												
													
														|  | 
 |  | +  background-color: white;
 | 
											
												
													
														|  | 
 |  | +  height: 9rem;
 | 
											
												
													
														|  |    overflow-y: scroll;
 |  |    overflow-y: scroll;
 | 
											
												
													
														|  | 
 |  | +  &::-webkit-scrollbar {
 | 
											
												
													
														|  | 
 |  | +    display: none;
 | 
											
												
													
														|  | 
 |  | +  }
 | 
											
												
													
														|  | 
 |  | +  &::-webkit-scrollbar-thumb {
 | 
											
												
													
														|  | 
 |  | +    display: none;
 | 
											
												
													
														|  | 
 |  | +  }
 | 
											
												
													
														|  | 
 |  | +  &::-webkit-scrollbar-track {
 | 
											
												
													
														|  | 
 |  | +    display: none;
 | 
											
												
													
														|  | 
 |  | +  }
 | 
											
												
													
														|  | 
 |  | +  &::-webkit-scrollbar-thumb:hover {
 | 
											
												
													
														|  | 
 |  | +    display: none;
 | 
											
												
													
														|  | 
 |  | +  }
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  .closeModalBtn {
 |  |  .closeModalBtn {
 | 
											
										
											
												
													
														|  | @@ -19,7 +34,7 @@
 | 
											
												
													
														|  |  .modalTitle {
 |  |  .modalTitle {
 | 
											
												
													
														|  |    font-size: 0.28rem;
 |  |    font-size: 0.28rem;
 | 
											
												
													
														|  |    font-weight: 600;
 |  |    font-weight: 600;
 | 
											
												
													
														|  | -  padding: 0.1rem 0;
 |  | 
 | 
											
												
													
														|  | 
 |  | +  padding-bottom: 0.1rem;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  .basicalInfo {
 |  |  .basicalInfo {
 | 
											
										
											
												
													
														|  | @@ -54,7 +69,7 @@
 | 
											
												
													
														|  |        > .ant-steps-item
 |  |        > .ant-steps-item
 | 
											
												
													
														|  |        .ant-steps-item-description {
 |  |        .ant-steps-item-description {
 | 
											
												
													
														|  |        padding-bottom: 0;
 |  |        padding-bottom: 0;
 | 
											
												
													
														|  | -      padding-top: 0.18rem;
 |  | 
 | 
											
												
													
														|  | 
 |  | +      // padding-top: 0.2rem;
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |  }
 |  |  }
 |