|  | @@ -492,7 +492,10 @@ | 
														
													
														
															
																|  |  | </div> |  |  | </div> | 
														
													
														
															
																|  |  | </div> |  |  | </div> | 
														
													
														
															
																|  |  | <!-- 系统分页 --> |  |  | <!-- 系统分页 --> | 
														
													
														
															
																|  |  | <div v-if="musicTabActive == 1" class="pagination"> |  |  |  | 
														
													
														
															
																|  |  |  |  |  | <div | 
														
													
														
															
																|  |  |  |  |  | v-if="musicTabActive == 1 && musicListTotalSystem" | 
														
													
														
															
																|  |  |  |  |  | class="pagination" | 
														
													
														
															
																|  |  |  |  |  | > | 
														
													
														
															
																|  |  | <el-pagination |  |  | <el-pagination | 
														
													
														
															
																|  |  | v-model:current-page="musicListPageNumSystem" |  |  | v-model:current-page="musicListPageNumSystem" | 
														
													
														
															
																|  |  | v-model:page-size="musicListPageSize" |  |  | v-model:page-size="musicListPageSize" | 
														
													
												
													
														
															
																|  | @@ -505,7 +508,10 @@ | 
														
													
														
															
																|  |  | /> |  |  | /> | 
														
													
														
															
																|  |  | </div> |  |  | </div> | 
														
													
														
															
																|  |  | <!-- 个人分页 --> |  |  | <!-- 个人分页 --> | 
														
													
														
															
																|  |  | <div v-if="musicTabActive == 2" class="pagination"> |  |  |  | 
														
													
														
															
																|  |  |  |  |  | <div | 
														
													
														
															
																|  |  |  |  |  | v-if="musicTabActive == 2 && musicListTotalPerson" | 
														
													
														
															
																|  |  |  |  |  | class="pagination" | 
														
													
														
															
																|  |  |  |  |  | > | 
														
													
														
															
																|  |  | <el-pagination |  |  | <el-pagination | 
														
													
														
															
																|  |  | v-model:current-page="musicListPageNumPerson" |  |  | v-model:current-page="musicListPageNumPerson" | 
														
													
														
															
																|  |  | v-model:page-size="musicListPageSize" |  |  | v-model:page-size="musicListPageSize" | 
														
													
												
													
														
															
																|  | @@ -1516,9 +1522,9 @@ onUnmounted(() => { | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | <style lang="scss" scoped> |  |  | <style lang="scss" scoped> | 
														
													
														
															
																|  |  | .page { |  |  | .page { | 
														
													
														
															
																|  |  | height: 1200px; |  |  |  | 
														
													
														
															
																|  |  |  |  |  | // height: 1200px; | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | // height: calc(100vh - 80px); |  |  |  | 
														
													
														
															
																|  |  |  |  |  | height: calc(100vh - 80px); | 
														
													
														
															
																|  |  | // padding: 20px 0 0 40px; |  |  | // padding: 20px 0 0 40px; | 
														
													
														
															
																|  |  | background-color: #fff; |  |  | background-color: #fff; | 
														
													
														
															
																|  |  | border-radius: 25px 0 0; |  |  | border-radius: 25px 0 0; | 
														
													
												
													
														
															
																|  | @@ -1526,7 +1532,7 @@ onUnmounted(() => { | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | .left { |  |  | .left { | 
														
													
														
															
																|  |  | width: 68%; |  |  | width: 68%; | 
														
													
														
															
																|  |  | height: 90%; |  |  |  | 
														
													
														
															
																|  |  |  |  |  | height: 860px; | 
														
													
														
															
																|  |  | padding: 20px; |  |  | padding: 20px; | 
														
													
														
															
																|  |  | :deep(.el-input__wrapper) { |  |  | :deep(.el-input__wrapper) { | 
														
													
														
															
																|  |  | border: none; |  |  | border: none; | 
														
													
												
													
														
															
																|  | @@ -1933,7 +1939,7 @@ onUnmounted(() => { | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | .right { |  |  | .right { | 
														
													
														
															
																|  |  | width: 32%; |  |  | width: 32%; | 
														
													
														
															
																|  |  | min-height: 100%; |  |  |  | 
														
													
														
															
																|  |  |  |  |  | height: 860px; | 
														
													
														
															
																|  |  | padding: 30px 30px 20px 30px; |  |  | padding: 30px 30px 20px 30px; | 
														
													
														
															
																|  |  | background-color: #f1f2f6; |  |  | background-color: #f1f2f6; | 
														
													
														
															
																|  |  | border-radius: 30px 0 0 0; |  |  | border-radius: 30px 0 0 0; | 
														
													
												
													
														
															
																|  | 
 |