|
|
|
@ -48,21 +48,24 @@
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#treeTable th:nth-child(4), #treeTable td:nth-child(4) {
|
|
|
|
|
width: 220px;
|
|
|
|
|
min-width: 220px;
|
|
|
|
|
max-width: 220px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-right: 1px solid #ddd; /* 确保右侧边框闭合 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#treeTable td:nth-child(4) {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
gap: 5px;
|
|
|
|
|
min-height: 36px; /* 确保空单元格也有高度 */
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
#treeTable th:nth-child(2), #treeTable td:nth-child(2),
|
|
|
|
|
#treeTable th:nth-child(3), #treeTable td:nth-child(3),
|
|
|
|
|
|
|
|
|
|
#treeTable th:nth-child(4), #treeTable td:nth-child(4) {
|
|
|
|
|
width: 220px;
|
|
|
|
|
min-width: 220px;
|
|
|
|
|
max-width: 220px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-right: 1px solid #ddd; /* 确保右侧边框闭合 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#treeTable td:nth-child(4) {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
gap: 5px;
|
|
|
|
|
min-height: 36px; /* 确保空单元格也有高度 */
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<table id="treeTable">
|
|
|
|
|