mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
5b8ee0ca9d
Co-authored-by: bastarder <jie.qian@blockheaders.com>
23 lines
343 B
SCSS
23 lines
343 B
SCSS
.demo-block.demo-button {
|
|
.el-row {
|
|
margin-bottom: 20px;
|
|
align-items: baseline;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.el-button + .el-button {
|
|
margin-left: 10px;
|
|
}
|
|
.el-button-group {
|
|
.el-button + .el-button {
|
|
margin-left: 0;
|
|
}
|
|
|
|
& + .el-button-group {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|