技术监督 页面联调
This commit is contained in:
@@ -496,10 +496,10 @@ const handleNodeClick = (data: any, node: any) => {
|
||||
right: 10px;
|
||||
}
|
||||
}
|
||||
::v-deep .vxe-table--header thead tr:first-of-type th:first-of-type {
|
||||
:deep(.vxe-table--header thead tr:first-of-type th:first-of-type) {
|
||||
background: #f8f8f9;
|
||||
}
|
||||
::v-deep .vxe-table--header thead tr:first-of-type th:first-of-type:before {
|
||||
:deep(.vxe-table--header thead tr:first-of-type th:first-of-type:before) {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
@@ -512,7 +512,7 @@ const handleNodeClick = (data: any, node: any) => {
|
||||
transform: rotate(-66deg); /*这里需要自己调整,根据线的位置*/
|
||||
transform-origin: top;
|
||||
}
|
||||
::v-deep .vxe-table--header thead tr:last-of-type th:first-of-type:before {
|
||||
:deep(.vxe-table--header thead tr:last-of-type th:first-of-type:before) {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
|
||||
Reference in New Issue
Block a user