Merge pull request #12028 from dataease/pr@dev-v2@refactor_table_sort_popup

refactor(图表): 表格表头排序框样式优化
This commit is contained in:
wisonic-s 2024-09-04 20:34:01 +08:00 committed by GitHub
commit 3bdeab6f9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>