mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-23 21:45:01 +08:00
Small css fixes [SCI-10511]
This commit is contained in:
parent
3caff5ee84
commit
2246bbcce2
3 changed files with 25 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div v-if="params.data.comments">
|
||||
<div v-if="params.data.comments" class="w-9 flex justify-end">
|
||||
<span v-if="!params.data.permissions.create_comments && params.data.comments.count === 0">0</span>
|
||||
<a v-else
|
||||
href="#"
|
||||
|
|
|
@ -2,16 +2,21 @@
|
|||
<button type="button" class="close self-start" data-dismiss="modal" aria-label="Close">
|
||||
<i class="sn-icon sn-icon-close"></i>
|
||||
</button>
|
||||
<h4 class="modal-title">
|
||||
<% if downstream %>
|
||||
<% if downstream %>
|
||||
<h4 class="modal-title !line-clamp-3" title="<%= t('my_modules.modals.assign_repository_record.title_downstream',
|
||||
repository_name: repository.name) %>">
|
||||
<%= t('my_modules.modals.assign_repository_record.title_downstream',
|
||||
repository_name: repository.name) %>
|
||||
<% else %>
|
||||
repository_name: repository.name) %>
|
||||
</h4>
|
||||
<% else %>
|
||||
<h4 class="modal-title !line-clamp-3" title="<%= t('my_modules.modals.assign_repository_record.title',
|
||||
repository_name: repository.name,
|
||||
my_module_name: my_module.name) %>">
|
||||
<%= t('my_modules.modals.assign_repository_record.title',
|
||||
repository_name: repository.name,
|
||||
my_module_name: my_module.name) %>
|
||||
<% end %>
|
||||
</h4>
|
||||
repository_name: repository.name,
|
||||
my_module_name: my_module.name) %>
|
||||
</h4>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>
|
||||
|
|
|
@ -6,16 +6,21 @@
|
|||
<button type="button" class="close self-start" data-dismiss="modal" aria-label="Close">
|
||||
<i class="sn-icon sn-icon-close"></i>
|
||||
</button>
|
||||
<h4 class="modal-title">
|
||||
<% if downstream %>
|
||||
<%= t('my_modules.modals.update_repository_record.title_downstream',
|
||||
<% if downstream %>
|
||||
<h4 class="modal-title !line-clamp-3" title="<%= t('my_modules.modals.update_repository_record.title_downstream',
|
||||
repository_name: repository.name) %>">
|
||||
<%= t('my_modules.modals.update_repository_record.title_downstream',
|
||||
repository_name: repository.name) %>
|
||||
<% else %>
|
||||
</h4>
|
||||
<% else %>
|
||||
<h4 class="modal-title !line-clamp-3" title="<%= t('my_modules.modals.update_repository_record.title',
|
||||
repository_name: repository.name,
|
||||
my_module_name: my_module.name) %>">
|
||||
<%= t('my_modules.modals.update_repository_record.title',
|
||||
repository_name: repository.name,
|
||||
my_module_name: my_module.name) %>
|
||||
<% end %>
|
||||
</h4>
|
||||
</h4>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<% if downstream %>
|
||||
|
|
Loading…
Add table
Reference in a new issue