|  | @@ -49,7 +49,7 @@
 | 
												
													
														
															|  |        </form>
 |  |        </form>
 | 
												
													
														
															|  |      </div> -->
 |  |      </div> -->
 | 
												
													
														
															|  |      <!-- 分享设置 -->
 |  |      <!-- 分享设置 -->
 | 
												
													
														
															|  | -    <ShareSetting v-show="isShareSetting" :close="closeShare"></ShareSetting>
 |  | 
 | 
												
													
														
															|  | 
 |  | +    <ShareSetting v-show="isShareSetting" :close="closeShare" :currItem="1"></ShareSetting>
 | 
												
													
														
															|  |    </header>
 |  |    </header>
 | 
												
													
														
															|  |  </template>
 |  |  </template>
 | 
												
													
														
															|  |  
 |  |  
 | 
												
											
												
													
														
															|  | @@ -279,7 +279,12 @@ export default {
 | 
												
													
														
															|  |    color: #646b81;
 |  |    color: #646b81;
 | 
												
													
														
															|  |    margin-top: 60px;
 |  |    margin-top: 60px;
 | 
												
													
														
															|  |    position: relative;
 |  |    position: relative;
 | 
												
													
														
															|  | 
 |  | +  display: flex;
 | 
												
													
														
															|  | 
 |  | +  flex-direction: row;
 | 
												
													
														
															|  |    .reset-btn {
 |  |    .reset-btn {
 | 
												
													
														
															|  | 
 |  | +    position: absolute;
 | 
												
													
														
															|  | 
 |  | +    left: 0px;
 | 
												
													
														
															|  | 
 |  | +    top: 0px;
 | 
												
													
														
															|  |      height: 100%;
 |  |      height: 100%;
 | 
												
													
														
															|  |      padding: 0 50px;
 |  |      padding: 0 50px;
 | 
												
													
														
															|  |      cursor: pointer;
 |  |      cursor: pointer;
 | 
												
											
												
													
														
															|  | @@ -297,15 +302,13 @@ export default {
 | 
												
													
														
															|  |      flex-direction: row-reverse;
 |  |      flex-direction: row-reverse;
 | 
												
													
														
															|  |    }
 |  |    }
 | 
												
													
														
															|  |    .tools {
 |  |    .tools {
 | 
												
													
														
															|  | -    position: absolute;
 |  | 
 | 
												
													
														
															|  | -    display: inline-block;
 |  | 
 | 
												
													
														
															|  | -    margin-left: 33%;
 |  | 
 | 
												
													
														
															|  | -    width: 300px;
 |  | 
 | 
												
													
														
															|  | 
 |  | +    width: 100%;
 | 
												
													
														
															|  |      height: 60px;
 |  |      height: 60px;
 | 
												
													
														
															|  |      .next_return {
 |  |      .next_return {
 | 
												
													
														
															|  |        display: flex;
 |  |        display: flex;
 | 
												
													
														
															|  |        flex-direction: row;
 |  |        flex-direction: row;
 | 
												
													
														
															|  |        align-items: center;
 |  |        align-items: center;
 | 
												
													
														
															|  | 
 |  | +      justify-content: center;
 | 
												
													
														
															|  |        height: 100%;
 |  |        height: 100%;
 | 
												
													
														
															|  |        .return {
 |  |        .return {
 | 
												
													
														
															|  |          display: flex;
 |  |          display: flex;
 |