Commit 3692e86b authored by “yiyousong”'s avatar “yiyousong”

perf:优化应用位置

parent 9f9c0fb5
......@@ -665,6 +665,7 @@ export default {
width: 100%;
height: 124px;
padding: 0px 20px;
padding-bottom: 6px;
}
.app-list {
width: 100%;
......@@ -672,25 +673,29 @@ export default {
padding: 0px 20px;
display: flex;
align-items: center;
gap: 46px;
// justify-content: center;
background-color: #fff;
border-radius: 8px;
overflow: hidden;
.app-item {
margin-right: 50px;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
cursor: pointer;
img {
width: 66px;
height: 66px;
margin-bottom: 10px;
}
.app-name {
font-size: 24px;
color: #333333;
}
}
.app-item:last-child {
margin-right: 0px;
}
}
.right {
width: 530px;
......
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