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