mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
09dad70cfb
* docs(docs): fix style of card header * docs: update
13 lines
183 B
SCSS
13 lines
183 B
SCSS
.demo-block.demo-space {
|
|
.card-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.button {
|
|
padding: 0;
|
|
min-height: auto;
|
|
}
|
|
}
|