fixed 后台变量配置样式
This commit is contained in:
parent
1233daa466
commit
9c8e3f44bb
|
@ -17,7 +17,7 @@
|
||||||
<td>
|
<td>
|
||||||
<%= edu_setting.name %>
|
<%= edu_setting.name %>
|
||||||
</td>
|
</td>
|
||||||
<td><%= edu_setting.value %></td>
|
<td style="word-break: break-all;"><%= edu_setting.value %></td>
|
||||||
|
|
||||||
<td><%= overflow_hidden_span display_text(edu_setting.description), width: 200 %></td>
|
<td><%= overflow_hidden_span display_text(edu_setting.description), width: 200 %></td>
|
||||||
<td><%= edu_setting.created_at&.strftime('%Y-%m-%d %H:%M') %></td>
|
<td><%= edu_setting.created_at&.strftime('%Y-%m-%d %H:%M') %></td>
|
||||||
|
|
Loading…
Reference in New Issue