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