更新一下note的css
This commit is contained in:
parent
faac72b545
commit
5178bb28a1
|
|
@ -16,8 +16,8 @@
|
||||||
<div class="ui divider" ng-show="add"></div>
|
<div class="ui divider" ng-show="add"></div>
|
||||||
<div class="ui five stackable cards">
|
<div class="ui five stackable cards">
|
||||||
<div class="card" ng-repeat="note in notes" id="{{note.id}}">
|
<div class="card" ng-repeat="note in notes" id="{{note.id}}">
|
||||||
<div class="content" style="max-height:200px;margin-bottom:8px;" ng-dblclick="detailNote(note.content)">
|
<div class="content" style="height:200px;margin-bottom:8px;" ng-dblclick="detailNote(note.content)">
|
||||||
<div class="description" style="word-break:break-all;width:175px;max-height:184px;line-height:21px; word-wrap:break-word;text-overflow:ellipsis;overflow:hidden;">
|
<div class="description" style="word-break:break-all;max-width:175px;height:184px;line-height:21px; word-wrap:break-word;text-overflow:ellipsis;overflow:hidden;">
|
||||||
<pre class="note-content" style="margin-top:0px;">{{ note.content }}</pre>
|
<pre class="note-content" style="margin-top:0px;">{{ note.content }}</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue