优化样式设置

This commit is contained in:
2022-08-23 10:51:03 +08:00
parent 39ee40807d
commit c56be80fed
3 changed files with 44 additions and 5 deletions

View File

@@ -11,7 +11,6 @@
@import './header/_index';
/* 链接导航开始 */
.ul-link-select {
display : flex;
align-items : flex-start;

View File

@@ -23,7 +23,7 @@
align-items : flex-start;
justify-content: flex-start;
margin-bottom : 15px;
align-self : normal;
&.card {
background-color: #fff;
@@ -31,6 +31,10 @@
padding : 10px;
margin-right : 15px;
}
&.same-height {
align-self: normal;
}
}
.ul-site-item-logo {