This commit is contained in:
zhoutianchi
2025-12-25 18:45:25 +08:00
parent afa85da991
commit c916bb9752

View File

@@ -195,3 +195,9 @@ const handleDelete = async (row: any) => {
} }
}; };
</script> </script>
<style scoped>
:deep(.el-table__body tr td) {
text-align: left !important;
}
</style>