Browse Source

update 修改不良反应 显示tab 页后面的问题

bzd_lxf 3 months ago
parent
commit
71ae6aa2a2

+ 6 - 0
health-admin/src/main/resources/templates/dtp/followUp/followUpEdit.html

@@ -6,6 +6,12 @@
     <th:block th:include="include :: ztree-css" />
 </head>
 <style>
+    .select2-dropdown {
+        z-index: 9999 !important;
+    }
+    .tabs-container {
+        position: relative;
+    }
     .styled-input5 {
         /*display: block; /* 使其独占一行 */
         width: 150px; /* 宽度为容器宽度 */