完善 code review 提到的问题

This commit is contained in:
puhui999
2023-08-23 15:04:46 +08:00
parent 55772cbba0
commit 7db6c121bb
16 changed files with 184 additions and 189 deletions

View File

@ -193,16 +193,4 @@ const resetForm = async () => {
await nextTick()
formRef.value.getElFormRef().resetFields()
}
// TODO @puhui999下面的 css 名字是不是可以改下demo-table-expand
</script>
<style lang="scss" scoped>
.demo-table-expand {
padding-left: 42px;
:deep(.el-form-item__label) {
width: 82px;
font-weight: bold;
color: #99a9bf;
}
}
</style>