|  | @@ -81,8 +81,8 @@
 | 
											
												
													
														|  |          <!-- 选择座位  -->
 |  |          <!-- 选择座位  -->
 | 
											
												
													
														|  |          <div class="seat-list-box" v-loading="loading">
 |  |          <div class="seat-list-box" v-loading="loading">
 | 
											
												
													
														|  |              <!--  座位排版  -->
 |  |              <!--  座位排版  -->
 | 
											
												
													
														|  | -            <div  id="seatbox-me" @scroll="scroll" ref="seatbox" class="dialog">
 |  | 
 | 
											
												
													
														|  | -                <div class="dialog-box" :style="{width: width + 'px', margin: justifyContent ? 'auto' : 'unset'}">
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <div  id="seatbox-me" ref="seatbox" class="dialog">
 | 
											
												
													
														|  | 
 |  | +                <div class="dialog-box" :style="{width: width*(scaleNum/100) + 'px', margin: justifyContent ? 'auto' : 'unset'}">
 | 
											
												
													
														|  |                      <div 
 |  |                      <div 
 | 
											
												
													
														|  |                      style="width: 100%;position: absolute;"
 |  |                      style="width: 100%;position: absolute;"
 | 
											
												
													
														|  |                      class="seat-box-class clearfix" v-if="seatMapList"
 |  |                      class="seat-box-class clearfix" v-if="seatMapList"
 | 
											
										
											
												
													
														|  | @@ -306,10 +306,6 @@
 | 
											
												
													
														|  |                  console.error("error===",error)
 |  |                  console.error("error===",error)
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  |          },
 |  |          },
 | 
											
												
													
														|  | -        /** scroll */
 |  | 
 | 
											
												
													
														|  | -        scroll(e){
 |  | 
 | 
											
												
													
														|  | -            console.log("滚动位置",e)
 |  | 
 | 
											
												
													
														|  | -        },
 |  | 
 | 
											
												
													
														|  |          // 设置座位集合
 |  |          // 设置座位集合
 | 
											
												
													
														|  |          setSeatMapList(list) {
 |  |          setSeatMapList(list) {
 | 
											
												
													
														|  |              if(list && list.length > 0) {
 |  |              if(list && list.length > 0) {
 | 
											
										
											
												
													
														|  | @@ -341,9 +337,10 @@
 | 
											
												
													
														|  |                          if(this.width<ele.getBoundingClientRect().width) {
 |  |                          if(this.width<ele.getBoundingClientRect().width) {
 | 
											
												
													
														|  |                              this.justifyContent = true
 |  |                              this.justifyContent = true
 | 
											
												
													
														|  |                          }else {
 |  |                          }else {
 | 
											
												
													
														|  | -                            this.justifyContent = false
 |  | 
 | 
											
												
													
														|  | 
 |  | +                            //this.justifyContent = false
 | 
											
												
													
														|  | 
 |  | +                            this.justifyContent = true
 | 
											
												
													
														|  |                          }
 |  |                          }
 | 
											
												
													
														|  | -                        this.$refs.seatbox.scrollTo(this.width/4,0)
 |  | 
 | 
											
												
													
														|  | 
 |  | +                        //this.$refs.seatbox.scrollTo(this.width/4,0)
 | 
											
												
													
														|  |                      }
 |  |                      }
 | 
											
												
													
														|  |                  })
 |  |                  })
 | 
											
												
													
														|  |                  
 |  |                  
 | 
											
										
											
												
													
														|  | @@ -582,7 +579,6 @@
 | 
											
												
													
														|  |        margin-bottom: 20px;
 |  |        margin-bottom: 20px;
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |      .seat-box-class{
 |  |      .seat-box-class{
 | 
											
												
													
														|  | -      width: 3000px;
 |  | 
 | 
											
												
													
														|  |        padding: 5px;
 |  |        padding: 5px;
 | 
											
												
													
														|  |        transform-origin: 50% 0;
 |  |        transform-origin: 50% 0;
 | 
											
												
													
														|  |        transform: scale(var(--scaleNum));
 |  |        transform: scale(var(--scaleNum));
 |