Commit 535956d294193b04ec78a98ad8c4c20115532917
1 parent
d6584abe
1.
Showing
1 changed file
with
4 additions
and
4 deletions
src/main/resources/static/pages/home.html
| ... | ... | @@ -32,7 +32,7 @@ |
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | .system_change_log .label{ |
| 35 | - width: 55px; | |
| 35 | + width: 75px; | |
| 36 | 36 | display: inline-block; |
| 37 | 37 | padding: 0 10px; |
| 38 | 38 | line-height: 1.5; |
| ... | ... | @@ -59,11 +59,11 @@ |
| 59 | 59 | } |
| 60 | 60 | </style> |
| 61 | 61 | <div class="system_change_log"> |
| 62 | - <h2 style="text-indent: 35px;margin: 10px 0 5px;">2023-09-16 更新说明 Changelog</h2> | |
| 62 | + <h2 style="text-indent: 35px;margin: 10px 0 5px;">2024-06-16 System Changelog</h2> | |
| 63 | 63 | <br><br> |
| 64 | 64 | <ul> |
| 65 | - <li class="sub_title"><h6>线调、油电管理</h6></li> | |
| 66 | - <li><span class="label s_c_change">$$$$$${txt-4028}</span></li> | |
| 65 | + <li class="sub_title"><h6>Global</h6></li> | |
| 66 | + <li><span class="label s_c_change">$$$$$${txt-4028}</span>1.System Internationalization</li> | |
| 67 | 67 | </ul> |
| 68 | 68 | |
| 69 | 69 | </div> | ... | ... |