bffd9faf by zhaoqian

Merge remote-tracking branch 'origin/master'

2 parents a0a5ae62 5fd06090

22.1 KB | W: | H:

314 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

9.82 KB | W: | H:

14.1 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

10.7 KB | W: | H:

16.1 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

6.83 KB | W: | H:

11.6 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

7.36 KB | W: | H:

16.4 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

7.02 KB | W: | H:

13.6 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

10 KB | W: | H:

15.4 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
...@@ -477,8 +477,10 @@ export default { ...@@ -477,8 +477,10 @@ export default {
477 height: 70px; 477 height: 70px;
478 // border-bottom: 1px solid#EAEAEA; 478 // border-bottom: 1px solid#EAEAEA;
479 box-sizing: border-box; 479 box-sizing: border-box;
480 // background-image: url('../assets/images/banner.png'); 480 background: url('../assets/images/banner.png') no-repeat center center;
481 background-color: #006CFF; 481 background-size: cover;
482 // background-color: #006CFF;
483 // background: linear-gradient(270deg, #0091FF 5%, #006CFF 86%) ;
482 display: flex; 484 display: flex;
483 flex-grow: 1; 485 flex-grow: 1;
484 border-left: 1px solid #3E9FFF; 486 border-left: 1px solid #3E9FFF;
......
...@@ -1071,6 +1071,7 @@ export default { ...@@ -1071,6 +1071,7 @@ export default {
1071 }, 1071 },
1072 watch: { 1072 watch: {
1073 scyclx(n) { 1073 scyclx(n) {
1074 this.hqsztList = [];
1074 // this.getLpb(this.$store.state.zrzbsm, n); 1075 // this.getLpb(this.$store.state.zrzbsm, n);
1075 if(n == '0'){ 1076 if(n == '0'){
1076 this.lpbData = this.yclpbData; 1077 this.lpbData = this.yclpbData;
......