fix style

This commit is contained in:
邱博亞 2022-05-19 16:47:29 +08:00
parent eaeab4f1fa
commit 4becb342f4
1 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,9 @@
display: flex;
flex-wrap: wrap;
}
.center .tab-panel{
justify-content: center;
}
tr.custom_field {
border: 0.1em solid #8e00ff;
}
@ -146,7 +149,7 @@
<%= select_tag "#{get_input_name}[default_setting][#{k}]",options_for_select([[t('yes'),'true'],[t('no'),false]],v) %>
</td>
<% if form_type=='ask_setting' %>
<td>
<td class="center">
<%= multiple_lang_tag(nil,'text_field',"default_setting_field_name][#{k}",ask_setting.field_name_translations(k),{placeholder: tmp}) %>
</td>
<% end %>
@ -157,7 +160,7 @@
<td>
<%= t("ask.usage_rule") %>
</td>
<td>
<td colspan="2">
<%= f.text_area "usage_rule",class: 'ckeditor' %>
</td>
</tr>