Commit c6423c65 by wusiyi

feat: 概览优化

parent 6711255e
......@@ -975,30 +975,22 @@ onBeforeUnmount(() => {
margin-bottom: 10px;
}
.factory-info {
font-size: 24px;
.title {
margin-right: 10px;
font-weight: 500;
color: green;
}
}
.card-container {
padding: 12px 10px;
padding: 12px 2%;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-bottom: 15px;
row-gap: 15px;
column-gap: 70px;
gap: 15px 6%;
background-color: #fff;
border-radius: 5px;
box-sizing: border-box;
.card-item {
width: 300px;
min-width: 300px;
width: 20%;
min-width: 250px;
height: 90px;
background-color: #f7f7f7;
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