Commit 4cc0d358008f23f53b50a1cf29a619d5007d2026

Authored by 王通
1 parent 2269bb08

1.ftp地址变更

src/main/resources/message_en_US.properties
... ... @@ -361,7 +361,7 @@ txt-360=Off-site vehicles, more than 100 meters away from the line is considered
361 361 txt-361=Update data with different equipment numbers
362 362 txt-362=List of selected shifts, total {{$saBcgroupCtrl.$$dataSelected.length}}.
363 363 txt-363=Are you sure you want to delete this subtask?
364   -txt-364=Today's actual schedule will be deleted
  364 +txt-364=Today's actual schedule will be deleted
365 365 txt-365=Splicing sections, calculating overlapping areas
366 366 txt-366=No relevant data was found!!
367 367 txt-367=Please select the site you want to delete first!
... ... @@ -874,7 +874,7 @@ txt-873=Vehicle equipment data migration
874 874 txt-874=Missing parking lot options?
875 875 txt-875=I'm sure it's this shift.
876 876 txt-876=Timetable used, total {{$saScpdateCtrl.$$ds.length}}
877   -txt-877=Confirm remove the today's actual schedule of line [######{0}]?
  877 +txt-877=Confirm remove the today's actual schedule of line [######{0}]?
878 878 txt-878=Rule configuration details
879 879 txt-879=Failed to send phrase message
880 880 txt-880=Please enter complete parameters!
... ...
src/main/resources/static/real_control_v2/css/main.css
... ... @@ -293,7 +293,7 @@ svg.line-chart g.merge-item text {
293 293 .tooltip {
294 294 position: relative;
295 295 padding-bottom: 160px;
296   - width: 220px;
  296 + width: 250px;
297 297 }
298 298  
299 299 .multi-tooltip-wrap {
... ... @@ -347,7 +347,7 @@ svg.line-chart g.merge-item text {
347 347 .tooltip span.field {
348 348 color: #7d7d7b;
349 349 margin-right: 5px;
350   - width: 52px;
  350 + width: 100px;
351 351 display: inline-block;
352 352 text-align: right;
353 353 }
... ...
src/main/resources/static/real_control_v2/fragments/north/nav/line_config/fbzdzx_config.html
... ... @@ -74,7 +74,7 @@
74 74 lineConfig = conf;
75 75  
76 76 loadConfigEntity();
77   - loadBufferConfig();
  77 + //loadBufferConfig();
78 78  
79 79 setTimeout(function () {
80 80 //更新滚动条高度
... ...