Commit 2269bb0837c921c41986841e76f1061ab9c41fa7
1 parent
e67c91e3
1.
Showing
1 changed file
with
4 additions
and
2 deletions
src/main/resources/static/real_control_v2/css/north.css
| @@ -20,7 +20,8 @@ | @@ -20,7 +20,8 @@ | ||
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | .north.scok-colse:before { | 22 | .north.scok-colse:before { |
| 23 | - content: "长连接被断开,你将无法收到服务器推送的发车、到站信息。尝试重连....."; | 23 | + /*content: "长连接被断开,你将无法收到服务器推送的发车、到站信息。尝试重连.....";*/ |
| 24 | + content: "Websocket has been disconnected.Try reconnetting..."; | ||
| 24 | position: absolute; | 25 | position: absolute; |
| 25 | padding: 5px 10px 5px 14px; | 26 | padding: 5px 10px 5px 14px; |
| 26 | background: #414141; | 27 | background: #414141; |
| @@ -34,7 +35,8 @@ | @@ -34,7 +35,8 @@ | ||
| 34 | } | 35 | } |
| 35 | 36 | ||
| 36 | .north.scok-colse.re_conn_error:before{ | 37 | .north.scok-colse.re_conn_error:before{ |
| 37 | - content: '多次重连都无法和服务器建立连接,我已经放弃重连。你可以稍后刷新页面自行尝试!'; | 38 | + /*content: '多次重连都无法和服务器建立连接,我已经放弃重连。你可以稍后刷新页面自行尝试!';*/ |
| 39 | + content: 'Connect failed.You can refresh page manual.'; | ||
| 38 | } | 40 | } |
| 39 | 41 | ||
| 40 | .north .north-logo { | 42 | .north .north-logo { |