refactor: 重构博客管理模块
This commit is contained in:
@@ -190,11 +190,6 @@ $transition-time: 0.28s;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 1vh;
|
||||
|
||||
.button-container {
|
||||
display: flex;
|
||||
gap: 1vw;
|
||||
}
|
||||
}
|
||||
|
||||
.card-item {
|
||||
|
||||
@@ -73,4 +73,17 @@
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
.bill-setting {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
|
||||
.button-container {
|
||||
align-self: center;
|
||||
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user