Explorar o código

猎寻背景图更换

Xiao_123 hai 9 meses
pai
achega
c921cf777c
Modificáronse 2 ficheiros con 2 adicións e 4 borrados
  1. 0 2
      components.d.ts
  2. 2 2
      src/views/headhunting/index.vue

+ 0 - 2
components.d.ts

@@ -47,14 +47,12 @@ declare module 'vue' {
     LongStrip: typeof import('./src/components/Position/longStrip.vue')['default']
     NestedListGroup: typeof import('./src/components/FormUI/nestedListGroup/index.vue')['default']
     Pay: typeof import('./src/components/pay/index.vue')['default']
-    PayList: typeof import('./src/components/personalPay/payList.vue')['default']
     PersonalRecharge: typeof import('./src/components/personalRecharge/index.vue')['default']
     Positions: typeof import('./src/components/Enterprise/components/positions.vue')['default']
     PreviewImg: typeof import('./src/components/PreviewImg/index.vue')['default']
     QrCode: typeof import('./src/components/QrCode/index.vue')['default']
     RadioGroup: typeof import('./src/components/FormUI/radioGroup/index.vue')['default']
     Recharge: typeof import('./src/components/Recharge/index.vue')['default']
-    RechargeList: typeof import('./src/components/personalPay/rechargeList.vue')['default']
     RouterLink: typeof import('vue-router')['RouterLink']
     RouterView: typeof import('vue-router')['RouterView']
     SimilarPositions: typeof import('./src/components/Position/similarPositions.vue')['default']

+ 2 - 2
src/views/headhunting/index.vue

@@ -63,8 +63,8 @@ const handleSubmit = async () => {
   position: relative;
   width: 100%;
   height: 100%;
-  background-image: url('https://minio.citupro.com/dev/menduner/headhunting0823.png');
-  // background-size: cover;
+  background-image: url('https://minio.citupro.com/dev/menduner/headhunting0823.jpg');
+  background-size: contain;
   background-position: center;
 }
 // .headhunting::before {