Commit c6423c65 by wusiyi

feat: 概览优化

parent 6711255e
...@@ -975,30 +975,22 @@ onBeforeUnmount(() => { ...@@ -975,30 +975,22 @@ onBeforeUnmount(() => {
margin-bottom: 10px; margin-bottom: 10px;
} }
.factory-info {
font-size: 24px;
.title {
margin-right: 10px;
font-weight: 500;
color: green;
}
}
.card-container { .card-container {
padding: 12px 10px; padding: 12px 2%;
width: 100%; width: 100%;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: flex-start; justify-content: flex-start;
margin-bottom: 15px; margin-bottom: 15px;
row-gap: 15px; gap: 15px 6%;
column-gap: 70px;
background-color: #fff; background-color: #fff;
border-radius: 5px; border-radius: 5px;
box-sizing: border-box; box-sizing: border-box;
.card-item { .card-item {
width: 300px; min-width: 300px;
width: 20%;
min-width: 250px;
height: 90px; height: 90px;
background-color: #f7f7f7; background-color: #f7f7f7;
border-radius: 5px; border-radius: 5px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment