提交 63590ccd authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 572f65d6
...@@ -142,7 +142,7 @@ export default { ...@@ -142,7 +142,7 @@ export default {
} }
.item_desc { .item_desc {
position: absolute; position: absolute;
top: 0.45rem; top: 0.25rem;
right: 0.25rem; right: 0.25rem;
text-align: right; text-align: right;
} }
......
...@@ -382,11 +382,11 @@ export default { ...@@ -382,11 +382,11 @@ export default {
} }
.cert-list { .cert-list {
display: flex; display: flex;
justify-content: space-between; justify-content: center;
flex-wrap: wrap; flex-wrap: wrap;
background-color: #fff; background-color: #fff;
row-gap: 20px; gap: 10px;
padding: 0.2rem; padding: 0.2rem 0;
margin-bottom: 0.4rem; margin-bottom: 0.4rem;
} }
.cert-item { .cert-item {
...@@ -394,8 +394,8 @@ export default { ...@@ -394,8 +394,8 @@ export default {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex: 0 0 1.4rem; flex: 0 0 1rem;
height: 1.18rem; height: 1.4rem;
border: 1px solid #c9c9c9; border: 1px solid #c9c9c9;
border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
background-color: #fff; background-color: #fff;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论