反馈修改

This commit is contained in:
仲么了
2023-10-09 16:12:27 +08:00
parent 9c8dc2cd0a
commit bd8e137c26
20 changed files with 167 additions and 25 deletions

View File

@@ -190,7 +190,24 @@
{
"path": "pages/message/transient",
"style": {
"navigationBarTitleText": "暂态事件"
"app-plus": {
"bounce": "none",
//关闭窗口回弹效果
"titleNView": {
"titleText": "暂态事件",
// 窗口的标题
"titleAlign": "center",
"padding-right": "20rpx",
"buttons": [
{
"text": "一键已读",
"fontSize": "28rpx",
"select": false,
"width": "auto"
}
]
}
}
}
},
{
@@ -202,7 +219,24 @@
{
"path": "pages/message/report",
"style": {
"navigationBarTitleText": "设备告警"
"app-plus": {
"bounce": "none",
//关闭窗口回弹效果
"titleNView": {
"titleText": "设备告警",
// 窗口的标题
"titleAlign": "center",
"padding-right": "20rpx",
"buttons": [
{
"text": "一键已读",
"fontSize": "28rpx",
"select": false,
"width": "auto"
}
]
}
}
}
},
{
@@ -220,13 +254,47 @@
{
"path": "pages/message/steady",
"style": {
"navigationBarTitleText": "稳态越限"
"app-plus": {
"bounce": "none",
//关闭窗口回弹效果
"titleNView": {
"titleText": "稳态越限",
// 窗口的标题
"titleAlign": "center",
"padding-right": "20rpx",
"buttons": [
{
"text": "一键已读",
"fontSize": "28rpx",
"select": false,
"width": "auto"
}
]
}
}
}
},
{
"path": "pages/message/run",
"style": {
"navigationBarTitleText": "运行事件"
"app-plus": {
"bounce": "none",
//关闭窗口回弹效果
"titleNView": {
"titleText": "运行事件",
// 窗口的标题
"titleAlign": "center",
"padding-right": "20rpx",
"buttons": [
{
"text": "一键已读",
"fontSize": "28rpx",
"select": false,
"width": "auto"
}
]
}
}
}
},
{