@ -392,9 +392,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#attachMenu {
|
#attachMenu {
|
||||||
width: 400px;
|
width: 450px;
|
||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
|
|
||||||
}
|
}
|
||||||
#attachList {
|
#attachList {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -413,7 +412,7 @@
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.attach-title {
|
.attach-title {
|
||||||
width: 200px;
|
width: 300px;
|
||||||
white-space: nowrap;text-overflow:ellipsis; overflow:hidden;
|
white-space: nowrap;text-overflow:ellipsis; overflow:hidden;
|
||||||
}
|
}
|
||||||
.attach-process {
|
.attach-process {
|
||||||
|
@ -351,7 +351,7 @@
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
#attachMenu {
|
#attachMenu {
|
||||||
width: 400px;
|
width: 450px;
|
||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
}
|
}
|
||||||
#attachList {
|
#attachList {
|
||||||
@ -373,7 +373,7 @@
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
#attachList li .attach-title {
|
#attachList li .attach-title {
|
||||||
width: 200px;
|
width: 300px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1424,7 +1424,7 @@ var Attach = {
|
|||||||
'<div class="attach-process"> ' +
|
'<div class="attach-process"> ' +
|
||||||
' <button class="btn btn-sm btn-warning delete-attach"><i class="fa fa-trash-o"></i></button> ' +
|
' <button class="btn btn-sm btn-warning delete-attach"><i class="fa fa-trash-o"></i></button> ' +
|
||||||
' <button type="button" class="btn btn-sm btn-primary download-attach"><i class="fa fa-download"></i></button> ' +
|
' <button type="button" class="btn btn-sm btn-primary download-attach"><i class="fa fa-download"></i></button> ' +
|
||||||
' <button type="button" class="btn btn-sm btn-deafult link-attach" title="Insert link into content"><i class="fa fa-link"></i></button> ' +
|
' <button type="button" class="btn btn-sm btn-default link-attach" title="Insert link into content"><i class="fa fa-link"></i></button> ' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</li>';
|
'</li>';
|
||||||
self.attachsMap[each.AttachId] = each;
|
self.attachsMap[each.AttachId] = each;
|
||||||
|
Reference in New Issue
Block a user