优化文集页面样式
This commit is contained in:
parent
862b3d3de1
commit
22ee910cb5
@ -128,17 +128,19 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block doc_bottom_block %}
|
{% block doc_bottom_block %}
|
||||||
<span >
|
<div class="layui-row layui-col-space20" style="padding-left: 20px;">
|
||||||
<i class="layui-icon layui-icon-user"></i>
|
<span >
|
||||||
<span tooltip="文集创建者">{% if project.create_user.first_name != '' %} {{project.create_user.first_name}} {% else %} {{project.create_user.username}}{% endif %}</span>
|
<i class="layui-icon layui-icon-user"></i>
|
||||||
{% for colla in colla_user_list %}
|
<span tooltip="文集创建者">{% if project.create_user.first_name != '' %} {{project.create_user.first_name}} {% else %} {{project.create_user.username}}{% endif %}</span>
|
||||||
,<span tooltip="文集成员">{% if colla.user.first_name != '' %} {{colla.user.first_name}} {% else %} {{colla.user.username}}{% endif %}</span>
|
{% for colla in colla_user_list %}
|
||||||
{% endfor %}
|
,<span tooltip="文集成员">{% if colla.user.first_name != '' %} {{colla.user.first_name}} {% else %} {{colla.user.username}}{% endif %}</span>
|
||||||
</span>
|
{% endfor %}
|
||||||
|
</span>
|
||||||
|
|
||||||
<button id="share" class="doc-bottom-btn" tooltip="分享本文档" style="padding-left: 20px;">
|
<button id="share" class="doc-bottom-btn" tooltip="分享本文档" style="padding-left: 20px;">
|
||||||
<i class="fa fa-share-alt" ></i> {% trans "分享" %}
|
<i class="fa fa-share-alt" ></i> {% trans "分享" %}
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block custom_script %}
|
{% block custom_script %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user