lcw
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user