mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 10:18:02 +08:00
docs: fix the css attribute (#3619)
This commit is contained in:
parent
8849736777
commit
ff6e3580e2
@ -90,7 +90,7 @@ onMounted(async () => {
|
||||
.changelog-versions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justfy-content: space-between;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
p {
|
||||
@ -100,7 +100,7 @@ onMounted(async () => {
|
||||
.changelog-header {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justfy-content: space-between;
|
||||
justify-content: space-between;
|
||||
|
||||
.changelog-meta {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user