refactor(vue模板): 移除未使用的data-table样式

This commit is contained in:
zhangtao
2026-03-16 01:00:38 +08:00
parent 7e9e32d1b4
commit 014b5439da
@@ -893,13 +893,4 @@ onMounted(async () => {
});
</script>
<style lang="scss" scoped>
.data-table {
:deep(.el-card__body) {
flex: 1;
display: flex;
flex-direction: column;
overflow: hidden;
}
}
</style>
<style lang="scss" scoped></style>