Commit d678f808 authored by 高滢's avatar 高滢

feat(首页): 自适应布局

parent 95cffbec
......@@ -242,8 +242,10 @@ export default {
border: 1px solid #dcdfe3;
border-radius: 4px;
.left {
width: calc(50% - 20px);
}
.right {
width: calc(50% - 20px);
}
}
.cardOneTitle {
......@@ -257,7 +259,6 @@ export default {
color: #303133;
}
.textLayout {
width: 180px;
display: flex;
justify-content: space-between;
margin: 20px 0;
......@@ -274,7 +275,7 @@ export default {
margin-bottom: 40px;
}
.cardChild {
width: 138px;
width: calc(50% - 20px);
height: 174px;
border-radius: 8px;
}
......
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