Commit a7a3b420d946dbab8a84c32e4ac545cc106b9fc6

Authored by 魏娟
1 parent 15ffa6c1

修改右上角首页下拉消息样式...

src/main/resources/static/css/style.css
... ... @@ -1317,7 +1317,8 @@ button.dim:active:before {
1317 1317 .media-body {
1318 1318 display: block;
1319 1319 width: auto;
1320   - height:60px; overflow:hidden;position: relative;top: -8px;padding-left: 20px;/*border-bottom: 1px dotted #e5e5e5;*/
  1320 + padding: 0 5px;
  1321 + height:60px; overflow:hidden;position: relative;top: -8px;border-bottom: 1px dotted #e5e5e5;
1321 1322 }
1322 1323  
1323 1324 .chat-element>.pull-left {
... ...
src/main/resources/templates/config/receiptPreference/list.html
... ... @@ -790,7 +790,7 @@
790 790 })
791 791  
792 792 });
793   -
  793 +
794 794 </script>
795 795 <script type="text/javascript">
796 796 function test(obj){
... ...
src/main/resources/templates/index.html
... ... @@ -132,14 +132,14 @@
132 132 <ul class="dropdown-menu dropdown-messages">
133 133 <li th:each="notice : ${notices}">
134 134 <div class="dropdown-messages-box">
135   - <div class="media-body" style="">
  135 + <div class="media-body">
136 136 <p th:text="${notice.content}"></p>
137   - <small class="text-muted" style="position: relative;top:-20px"
  137 + <small class="text-muted" style="position: relative;top:-30px;"
138 138 th:text="${#dates.format(notice.created, 'yyyy-MM-dd HH:mm:ss')}"></small>
139 139 </div>
140 140 </div>
141 141 </li>
142   - <li class="divider"></li>
  142 + <!--<li class="divider"></li>-->
143 143 <li>
144 144 <div class="text-center link-block">
145 145 <a href="mailbox.html">
... ...