Fix icons for new document templates
This commit is contained in:
parent
cf37f3390d
commit
b79d2891ff
|
@ -655,9 +655,9 @@ define([
|
|||
'<% _.each(docs, function(item) { %>',
|
||||
'<div class="thumb-wrap" template="<%= item.url %>">',
|
||||
'<div class="thumb"',
|
||||
'<% if (!_.isEmpty(item.icon)) { ' +
|
||||
'print(\" style=\'background-image: url(item.icon);\'>\")' +
|
||||
' } else { ' +
|
||||
'<% if (!_.isEmpty(item.icon)) { %> ',
|
||||
' style="background-image: url(<%= item.icon %>);">',
|
||||
'<% } else { ' +
|
||||
'print(\"><svg class=\'btn-doc-format\'><use xlink:href=\'#svg-format-blank\'></use></svg>\")' +
|
||||
' } %>',
|
||||
'</div>',
|
||||
|
|
|
@ -196,6 +196,7 @@
|
|||
.thumb {
|
||||
width: 102px;
|
||||
height: 128px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
|
@ -564,9 +564,9 @@ define([
|
|||
'<% _.each(docs, function(item) { %>',
|
||||
'<div class="thumb-wrap" template="<%= item.url %>">',
|
||||
'<div class="thumb"',
|
||||
'<% if (!_.isEmpty(item.icon)) { ' +
|
||||
'print(\" style=\'background-image: url(item.icon);\'>\")' +
|
||||
' } else { ' +
|
||||
'<% if (!_.isEmpty(item.icon)) { %> ',
|
||||
' style="background-image: url(<%= item.icon %>);">',
|
||||
'<% } else { ' +
|
||||
'print(\"><svg class=\'btn-doc-format\'><use xlink:href=\'#svg-format-blank\'></use></svg>\")' +
|
||||
' } %>',
|
||||
'</div>',
|
||||
|
|
|
@ -262,6 +262,7 @@
|
|||
.thumb {
|
||||
width: 102px;
|
||||
height: 128px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
|
@ -1378,9 +1378,9 @@ define([
|
|||
'<% _.each(docs, function(item) { %>',
|
||||
'<div class="thumb-wrap" template="<%= item.url %>">',
|
||||
'<div class="thumb"',
|
||||
'<% if (!_.isEmpty(item.icon)) { ' +
|
||||
'print(\" style=\'background-image: url(item.icon);\'>\")' +
|
||||
' } else { ' +
|
||||
'<% if (!_.isEmpty(item.icon)) { %> ',
|
||||
' style="background-image: url(<%= item.icon %>);">',
|
||||
'<% } else { ' +
|
||||
'print(\"><svg class=\'btn-doc-format\'><use xlink:href=\'#svg-format-blank\'></use></svg>\")' +
|
||||
' } %>',
|
||||
'</div>',
|
||||
|
|
|
@ -315,6 +315,7 @@
|
|||
.thumb {
|
||||
width: 102px;
|
||||
height: 128px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
Loading…
Reference in a new issue