qj-common 4.2.9 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qj-common",
3
- "version": "4.2.9",
3
+ "version": "4.3.1",
4
4
  "description": "common files && template for qj-paas",
5
5
  "scripts": {
6
6
  "gulp": "gulp css"
@@ -402,6 +402,9 @@ export default {
402
402
  </script>
403
403
 
404
404
  <style rel="stylesheet/scss" lang="scss" scoped>
405
+ .flex{
406
+ display: flex;
407
+ }
405
408
  .loginInfo-Block-left {
406
409
  width: 39%;
407
410
  height: 100%;
@@ -268,7 +268,7 @@ export default {
268
268
  footerHDB: footerHDB,
269
269
  footerSDX: footerSDX,
270
270
  footerAYD: footerAYD,
271
- footerMh:footerMh
271
+ footerMh:footerMh,
272
272
  footerYzj, // footer云之捷
273
273
  },
274
274
  leftMenuList: [],
@@ -21,7 +21,7 @@
21
21
  class="ans-header__head--car flex justify-content--center align-items--center border-theme c-theme"
22
22
  @click="auctionHandler"
23
23
  >
24
- <i style="padding-right:5px"><img src="../../../../assets/chuizi.png" alt="" width="24" height="24"></i> 我的竞价
24
+ <i style="padding-right:5px"><img src="../assets/chuizi.png" alt="" width="24" height="24"></i> 我的竞价
25
25
  <span v-if="auctionNum">{{auctionNum}}</span>
26
26
  </div>
27
27
  </div>
@@ -243,7 +243,7 @@ export default {
243
243
  }
244
244
 
245
245
  .er-box {
246
- background: url("../../../../assets/er_bg.png");
246
+ background: url("../assets/er_bg.png");
247
247
  width: 56px;
248
248
  height: 64px;
249
249
  position: absolute;