[Common] Fix window title
This commit is contained in:
parent
66ba422e05
commit
bd1d3af79f
|
@ -164,7 +164,7 @@ define([
|
|||
'<% if (closable!==false) %>' +
|
||||
'<div class="tool close img-commonctrl"></div>' +
|
||||
'<% %>' +
|
||||
'<span class="title"><%= title %></span> ' +
|
||||
'<div class="title"><%= title %></div> ' +
|
||||
'</div>' +
|
||||
'<% } %>' +
|
||||
'<div class="body"><%= tpl %></div>' +
|
||||
|
|
|
@ -85,6 +85,12 @@
|
|||
&.resizing {
|
||||
cursor: inherit !important;
|
||||
}
|
||||
|
||||
.title {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
> .body {
|
||||
|
|
Loading…
Reference in a new issue