This commit is contained in:
zhoutianchi
2026-02-26 18:36:33 +08:00
parent 93ea1a8dcd
commit bad8ca8357
5 changed files with 26 additions and 13 deletions

View File

@@ -128,3 +128,8 @@ const resetQuery = () => {
queryRef.value.resetFields();
};
</script>
<style scoped>
:deep(.el-table__body tr td) {
text-align: left !important;
}
</style>