소스 검색

变更及决策大屏bug修复

laiguoran 3 년 전
부모
커밋
7e7b10aee0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      app/view/change/information.ejs
  2. 1 1
      app/view/setting/datacollect_modal.ejs

+ 1 - 1
app/view/change/information.ejs

@@ -326,7 +326,7 @@
                         </div>
                     </div>
                     <div class="tab-pane" id="bgfujian">
-                        <div class="sjs-sh-1">
+                        <div class="sjs-sh-1" style="overflow: auto">
                             <div class="p-2">
                                 <table class="table table-bordered" style="word-break:break-all; table-layout: fixed">
                                     <thead>

+ 1 - 1
app/view/setting/datacollect_modal.ejs

@@ -72,7 +72,7 @@
                             </dl>
                         </div>
                         <div class="card mt-1">
-                            <ul class="list-unstyled book-list modal-height-500" id="audit-list" style="overflow: auto">
+                            <ul class="list-unstyled modal-height-500" id="audit-list" style="overflow: auto">
                                 <% for (const audit of dataCollectAudits) { %>
                                 <li class="border-bottom p-2 mb-0"><a href="javascript:void(0)" class="text-danger pull-right" data-id="<%- audit.id %>" data-type="<% if (audit.uid) { %>audit<% } else { %>group<% } %>"><i class="fa fa-remove text-danger remove-audit"></i></a><%- audit.name %><small class="text-muted ml-1">账号<% if (!audit.uid) { %>组<% } %></small></li>
                                 <% } %>