fix : 修复上传费用输入框垂直居中、台账时间搜索

This commit is contained in:
2024-06-17 11:39:34 +08:00
parent 0c36801e83
commit 9cbe89007d
3 changed files with 17 additions and 18 deletions

View File

@@ -184,4 +184,15 @@ const handleBack = () => {
history.back()
}
</script>
<style scoped lang="scss">
:deep(.el-table--enable-row-transition) {
.el-table__body td.el-table__cell {
.cell {
.el-form-item {
margin-top: 20px;
}
}
}
}
</style>