|  | @@ -221,10 +221,9 @@
 | 
	
		
			
				|  |  |              :tmIndex="curSentIndex"
 | 
	
		
			
				|  |  |              :key="'Soundrecorddiff' + curSentIndex"
 | 
	
		
			
				|  |  |            />
 | 
	
		
			
				|  |  | -        </div>
 | 
	
		
			
				|  |  | +          <!-- v-if="isShowCompare" -->
 | 
	
		
			
				|  |  |            <div
 | 
	
		
			
				|  |  |              :class="['compare-box', bgIndex == 1 ? 'compare-box-white' : '']"
 | 
	
		
			
				|  |  | -            v-if="isShowCompare"
 | 
	
		
			
				|  |  |            >
 | 
	
		
			
				|  |  |              <Audio-compare
 | 
	
		
			
				|  |  |                :bgIndex="bgIndex"
 | 
	
	
		
			
				|  | @@ -245,6 +244,7 @@
 | 
	
		
			
				|  |  |                
 | 
	
		
			
				|  |  |              />
 | 
	
		
			
				|  |  |            </div>
 | 
	
		
			
				|  |  | +        </div>
 | 
	
		
			
				|  |  |          <div
 | 
	
		
			
				|  |  |            :class="[
 | 
	
		
			
				|  |  |              'page-count',
 | 
	
	
		
			
				|  | @@ -667,7 +667,7 @@ export default {
 | 
	
		
			
				|  |  |          getLogin(MethodName, data)
 | 
	
		
			
				|  |  |          .then((res) => {
 | 
	
		
			
				|  |  |              if(res.status===1){
 | 
	
		
			
				|  |  | -                this.historySentRecordList = res.data.all
 | 
	
		
			
				|  |  | +                this.historySentRecordList = res.data.all.reverse()
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |      },
 | 
	
	
		
			
				|  | @@ -1028,7 +1028,7 @@ export default {
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |    &-top {
 | 
	
		
			
				|  |  |      height: 100%;
 | 
	
		
			
				|  |  | -    width: 40px;
 | 
	
		
			
				|  |  | +    width: 200px;
 | 
	
		
			
				|  |  |      position: fixed;
 | 
	
		
			
				|  |  |      top: 0;
 | 
	
		
			
				|  |  |      right: 27px;
 | 
	
	
		
			
				|  | @@ -1037,22 +1037,24 @@ export default {
 | 
	
		
			
				|  |  |      padding: 0;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      .voicefull-top-hidden {
 | 
	
		
			
				|  |  | -      width: 100%;
 | 
	
		
			
				|  |  | +      width: 40px;
 | 
	
		
			
				|  |  |        height: 310px;
 | 
	
		
			
				|  |  |        visibility: hidden;
 | 
	
		
			
				|  |  |        margin-top: -155px;
 | 
	
		
			
				|  |  |        top: 50%;
 | 
	
		
			
				|  |  |        position: absolute;
 | 
	
		
			
				|  |  | +      right: 0;
 | 
	
		
			
				|  |  |        >div{
 | 
	
		
			
				|  |  |          margin: 8px 0;
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      .voicefull-top-show {
 | 
	
		
			
				|  |  | -      width: 100%;
 | 
	
		
			
				|  |  | +      width: 40px;
 | 
	
		
			
				|  |  |        height: 310px;
 | 
	
		
			
				|  |  |        visibility: visible;
 | 
	
		
			
				|  |  |        margin-top: -155px;
 | 
	
		
			
				|  |  |        position: absolute;
 | 
	
		
			
				|  |  | +      right: 0;
 | 
	
		
			
				|  |  |        top: 50%;
 | 
	
		
			
				|  |  |        >div{
 | 
	
		
			
				|  |  |          margin: 8px 0;
 | 
	
	
		
			
				|  | @@ -1126,6 +1128,7 @@ export default {
 | 
	
		
			
				|  |  |      .set-fontSize {
 | 
	
		
			
				|  |  |        position: relative;
 | 
	
		
			
				|  |  |        border-radius: 40px;
 | 
	
		
			
				|  |  | +      width: 40px;
 | 
	
		
			
				|  |  |        cursor: pointer;
 | 
	
		
			
				|  |  |        border: 1px solid rgba(0, 0, 0, 0.1);
 | 
	
		
			
				|  |  |        &-green {
 | 
	
	
		
			
				|  | @@ -1231,7 +1234,7 @@ export default {
 | 
	
		
			
				|  |  |      .vc-main {
 | 
	
		
			
				|  |  |        width: fit-content;
 | 
	
		
			
				|  |  |        margin: 0 auto;
 | 
	
		
			
				|  |  | -      padding: 0 67px;
 | 
	
		
			
				|  |  | +      padding: 0 200px;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      .NNPE-words {
 | 
	
		
			
				|  |  |        float: left;
 | 
	
	
		
			
				|  | @@ -1396,7 +1399,7 @@ export default {
 | 
	
		
			
				|  |  |        display: flex;
 | 
	
		
			
				|  |  |        justify-content: space-between;
 | 
	
		
			
				|  |  |        align-items: center;
 | 
	
		
			
				|  |  | -    //   visibility: hidden;
 | 
	
		
			
				|  |  | +      visibility: hidden;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      .bottom-left {
 | 
	
		
			
				|  |  |        display: flex;
 | 
	
	
		
			
				|  | @@ -1406,15 +1409,16 @@ export default {
 | 
	
		
			
				|  |  |          margin-left: 40px;
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        .compare-box {
 | 
	
		
			
				|  |  | -        height: 56px;
 | 
	
		
			
				|  |  | -        padding: 16px 16px;
 | 
	
		
			
				|  |  | -        box-sizing: border-box;
 | 
	
		
			
				|  |  | -        border: 1px solid rgba(0, 0, 0, 0.1);
 | 
	
		
			
				|  |  | -        border-radius: 0 40px 40px 0;
 | 
	
		
			
				|  |  | -        border-left: 0px solid rgba(0, 0, 0, 0.1);
 | 
	
		
			
				|  |  | +        margin-left: 16px;
 | 
	
		
			
				|  |  | +        // height: 56px;
 | 
	
		
			
				|  |  | +        // padding: 16px 16px;
 | 
	
		
			
				|  |  | +        // box-sizing: border-box;
 | 
	
		
			
				|  |  | +        // border: 1px solid rgba(0, 0, 0, 0.1);
 | 
	
		
			
				|  |  | +        // border-radius: 0 40px 40px 0;
 | 
	
		
			
				|  |  | +        // border-left: 0px solid rgba(0, 0, 0, 0.1);
 | 
	
		
			
				|  |  |          &-white {
 | 
	
		
			
				|  |  | -          background: rgba(255, 255, 255, 0.1);
 | 
	
		
			
				|  |  | -          border: 1px solid rgba(0, 0, 0, 0.1);
 | 
	
		
			
				|  |  | +        //   background: rgba(255, 255, 255, 0.1);
 | 
	
		
			
				|  |  | +        //   border: 1px solid rgba(0, 0, 0, 0.1);
 | 
	
		
			
				|  |  |            border-left: 0;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          &-answer {
 |