diff --git a/App.vue b/App.vue index 1378ee1..9d01108 100644 --- a/App.vue +++ b/App.vue @@ -33,7 +33,7 @@ color: #333; padding: 10px; } - .pagepaddings{padding: 14px;} + .page_padding{padding: 14px;} .page_content{padding: 0 12px 10px;} //内容框 .contentboxsty{border-radius: 8px;background: #1C2755;} @@ -54,8 +54,8 @@ .font_bold{font-weight: bold;} //文字颜色 .text_color_black{color: #000;} - .theme_color{color: #009688 } - //颜色 + .theme_color{color: #009688 }//主题绿 + //按钮颜色 .but_color{background: #009688 !important;} // .text_{color: #00B68D;} @@ -85,8 +85,15 @@ .list_content{padding:12px;} } //页面固定按钮 - .bottom_but{bottom: 40px;bottom: 40px;position: fixed;width: calc(100% - 28px); - view{width: 50%;text-align: center;margin: 0 20px;border-radius: 19px;background: #DDD;line-height: 38px;} + .bottom_but{ + width: 100%; + position: fixed; + bottom: 0px; + background-color: #060B26; + border-top: 1px solid #2E3249; + height: 80px; + // bottom: 40px;bottom: 40px;position: fixed;width: calc(100% - 28px); + view{width: 50%;text-align: center;margin: 0 20px;border-radius: 19px;background: #DDD;line-height: 38px;height: 38px;margin-top: 6px;} } //底部固定添加按钮 .page_bottom_button{width: 100%;position: fixed;bottom: 0px;background-color: #060B26;border-top: 1px solid #2E3249;height: 80px; diff --git a/pages.json b/pages.json index 1d85178..41078b0 100644 --- a/pages.json +++ b/pages.json @@ -159,6 +159,30 @@ "navigationBarTitleText" : "安全事故", "enablePullDownRefresh" : false } + }, + { + "path" : "pages/deviceStatus/deviceCamera", + "style" : + { + "navigationBarTitleText" : "设备状态", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/deviceStatus/detectionEventList", + "style" : + { + "navigationBarTitleText" : "设备状态", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/deviceRepair/repairOrder", + "style" : + { + "navigationBarTitleText" : "设备维修", + "enablePullDownRefresh" : false + } }], "globalStyle": { "navigationBarTextStyle": "white", diff --git a/pages/deviceRepair/RepairReport.vue b/pages/deviceRepair/RepairReport.vue index 77700d4..8dc4475 100644 --- a/pages/deviceRepair/RepairReport.vue +++ b/pages/deviceRepair/RepairReport.vue @@ -1,10 +1,10 @@ - - + } + diff --git a/pages/deviceRepair/repairOrder.vue b/pages/deviceRepair/repairOrder.vue new file mode 100644 index 0000000..2761eb1 --- /dev/null +++ b/pages/deviceRepair/repairOrder.vue @@ -0,0 +1,91 @@ +