mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-11 11:31:59 +00:00
Fixed: Cloud Async Card Style
This commit is contained in:
parent
9ebefdb1e8
commit
82d618cc03
@ -225,7 +225,11 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
::v-deep .el-card__body .el-form {
|
::v-deep .el-card__body {
|
||||||
|
padding: 10px 20px 20px 20px;
|
||||||
|
|
||||||
|
.el-form {
|
||||||
margin-top: unset;
|
margin-top: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user