Commit f76efe09 by chenshu

fix:优化样式

parent f5f0ac0c
...@@ -177,6 +177,7 @@ ...@@ -177,6 +177,7 @@
flex: 1; flex: 1;
-webkit-flex: 1; -webkit-flex: 1;
justify-content: space-between; justify-content: space-between;
margin-left: 54px;
.college-container { .college-container {
position: relative; position: relative;
width: 360px; width: 360px;
...@@ -186,7 +187,6 @@ ...@@ -186,7 +187,6 @@
.college { .college {
display: flex; display: flex;
align-items: center; align-items: center;
margin-left: 36px;
margin-right: 16px; margin-right: 16px;
cursor: pointer; cursor: pointer;
.select { .select {
...@@ -198,7 +198,6 @@ ...@@ -198,7 +198,6 @@
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
max-width: 280px; max-width: 280px;
margin-left: 18px;
} }
.icon { .icon {
font-size: 14px; font-size: 14px;
......
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