浏览代码

需求挖掘功能二期

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;
}
}
}


正在加载...
取消
保存