Fixed: Cloud Async Card Style

This commit is contained in:
zhaojisen 2025-04-17 17:54:50 +08:00 committed by ZhaoJiSen
parent 9ebefdb1e8
commit 82d618cc03

View File

@ -225,7 +225,11 @@ export default {
</script>
<style scoped lang="scss">
::v-deep .el-card__body .el-form {
margin-top: unset;
::v-deep .el-card__body {
padding: 10px 20px 20px 20px;
.el-form {
margin-top: unset;
}
}
</style>