소스 검색

需求挖掘功能二期

yun
corala 2 년 전
부모
커밋
286d63aff7
5개의 변경된 파일1551개의 추가작업 그리고 23개의 파일을 삭제
  1. +0
    -17
      pages.json
  2. +1544
    -0
      pages/center/Piabodata/TrendAnalysis1.vue
  3. +1
    -0
      pages/center/records/index.vue
  4. +3
    -3
      pages/mine/details.vue
  5. +3
    -3
      pages/mine/details2.vue

+ 0
- 17
pages.json 파일 보기

@@ -4,23 +4,6 @@
},
//这个pages里只放这五个页面,新增页面时请对应的放到下面的分包里
"pages": [
// {
// "path": "pages/mine/registerForm",
// "style": {
// "navigationBarTitleText": "访客登记表",
// "navigationBarBackgroundColor": "#2671E2",
// "navigationBarTextStyle": "white"
// }
// },
// {
// "path": "pages/mine/registerResult",
// "style": {
// "navigationBarTitleText": "访客登记表",
// "navigationBarBackgroundColor": "#2671E2",
// "navigationBarTextStyle": "white"
// }
// },
{
"path": "pages/index/guide",
"style": {


+ 1544
- 0
pages/center/Piabodata/TrendAnalysis1.vue
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 1
- 0
pages/center/records/index.vue 파일 보기

@@ -1127,6 +1127,7 @@
display: flex;
flex-wrap: wrap;
.screen-record-item{
min-width: 150rpx;
padding: 0 14rpx;
height: 60rpx;
border-radius: 8rpx;


+ 3
- 3
pages/mine/details.vue 파일 보기

@@ -1274,8 +1274,9 @@
.tian-input {
width: 384rpx;
font-size: 34rpx;
padding: 0 10rpx;
border: none;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #e0e0e0;
}
}
.tian-view-t3 {
@@ -1288,8 +1289,7 @@
height: 60rpx;
padding: 0 10rpx;
font-size: 34rpx;
border-bottom: 1rpx solid #E0E0E0;
border-radius: 4rpx;
border-bottom: 1px solid #E0E0E0;
}
}
}


+ 3
- 3
pages/mine/details2.vue 파일 보기

@@ -2596,8 +2596,9 @@
.tian-input {
width: 384rpx;
font-size: 34rpx;
padding: 0 10rpx;
border: none;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #e0e0e0;
}
}
.tian-view-t3 {
@@ -2610,8 +2611,7 @@
height: 60rpx;
padding: 0 10rpx;
font-size: 34rpx;
border-bottom: 1rpx solid #E0E0E0;
border-radius: 4rpx;
border-bottom: 1px solid #E0E0E0;
}
}
}


불러오는 중...
취소
저장