This commit is contained in:
lcw
2025-08-29 19:32:41 +08:00
parent 8a1527b9b3
commit 1a16344cf4
11 changed files with 435 additions and 21014 deletions

View File

@ -173,7 +173,7 @@ const tabHeightFn = () => {
pageData.boxHeight = window.innerHeight - searchBox.value.offsetHeight - 250
nextTick(() => {
pageData.tableHeight = listBoxRef.value[0].offsetHeight - 40;
});
});
window.onresize = function () {
tabHeightFn();
};
@ -317,12 +317,12 @@ watch(()=>D_BZ_SSZT.value, (val) => {
border-radius: 4px 4px 4px 4px;
}
}
.echartsBox{
height: calc(100% - 30px);
margin-top: 4px;
}
}
.listBox{
@ -390,4 +390,19 @@ watch(()=>D_BZ_SSZT.value, (val) => {
color: red;
}
// .bts >>>p{
// font-size: 16px; font-family: 黑体;
// color: rgb(255, 0, 140);
// }
// .psj >>>p{
// text-indent: 2em;
// }
// .minbt >>>p{
// font-size: 16px; font-family: 楷体;
// }
// .nr >>>p{
// font-size: 16px; font-family: 仿宋;
// }
</style>