docs(layout): fix invalid style syntax (#224)

This commit is contained in:
ntnyq 2020-08-31 17:30:48 +08:00 committed by GitHub
parent 73805eb256
commit bfe4a74fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +31,9 @@
<style scoped>
.el-row {
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
}
.el-row:last-child {
margin-bottom: 0;
}
.el-col {
border-radius: 4px;