refactor(图表): 表格表头排序框样式优化

This commit is contained in:
wisonic 2024-09-04 20:32:40 +08:00
parent cffe216f89
commit 5fedf71b58

View File

@ -739,4 +739,8 @@ const tablePageClass = computed(() => {
flex-direction: row;
justify-content: center;
}
.antv-s2-tooltip-container {
max-width: 80px;
min-width: 80px;
}
</style>