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

perf:优化应用位置

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