refactor(图表): 表头排序字体大小调整为 14px

This commit is contained in:
wisonic 2024-08-18 17:28:51 +08:00
parent b5de1cec88
commit 5ee84d165d

View File

@ -74,6 +74,7 @@ const sort = (type?) => {
</template>
<style scoped>
.sort-btn {
font-size: 14px;
cursor: pointer;
}
</style>