lifanagju_citu 1 год назад
Родитель
Сommit
07dfc17c2d
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      src/views/entrances/components/slider.vue

+ 3 - 2
src/views/entrances/components/slider.vue

@@ -24,7 +24,7 @@ const list = [
   // { mdi: 'mdi-arrow-up-bold', tips: '返回顶部' }, 暂时隐藏,打开:删掉slider-box后面的pt-6
   { mdi: 'mdi-qrcode', tips: '微信公众号', showImg: 'https://minio.citupro.com/dev/static/mendunerCode.jpg' },
   { mdi: 'mdi-face-agent', tips: '客服' },
-  { mdi: 'mdi-list-box-outline', tips: '在线简历', path: '/recruit/personal/resume' }
+  // { mdi: 'mdi-list-box-outline', tips: '在线简历', path: '/recruit/personal/resume' }
 ]
 
 const handleClick = (item, index) => {
@@ -37,7 +37,8 @@ const handleClick = (item, index) => {
 <style lang="scss" scoped>
 .slider-box {
   width: 44px;
-  height: 180px;
+  // height: 180px;
+  height: 134px;
   background-color: #fff;
   border-radius: 22px;
   box-shadow: 0 4px 20px 0 rgba(0,0,0,.06);