Fixed: Account Cloud Style

This commit is contained in:
zhaojisen 2025-04-17 17:50:51 +08:00 committed by ZhaoJiSen
parent 5943158b3b
commit 9ebefdb1e8

View File

@ -224,3 +224,8 @@ export default {
}
</script>
<style scoped lang="scss">
::v-deep .el-card__body .el-form {
margin-top: unset;
}
</style>