mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
feat: 基础版不再限制流水线数量
This commit is contained in:
@@ -54,15 +54,25 @@ h1, h2, h3, h4, h5, h6 {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.flex-vc{
|
||||
align-items: center;
|
||||
}
|
||||
.flex-vb{
|
||||
align-items: baseline;
|
||||
}
|
||||
.flex-o {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
}
|
||||
.flex-baseline{
|
||||
display: flex !important;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.flex-between {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.flex {
|
||||
|
||||
Reference in New Issue
Block a user