Commit d1e9621d authored by zhangyichen's avatar zhangyichen

修改bug 56407 下拉箭头应与文字水平对齐

parent f8140133
...@@ -130,7 +130,7 @@ export default { ...@@ -130,7 +130,7 @@ export default {
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
right: -20px; right: -20px;
top: 25px; top: 15px;
font-size: 12px; font-size: 12px;
} }
} }
......
...@@ -218,7 +218,7 @@ export default { ...@@ -218,7 +218,7 @@ export default {
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
right: -20px; right: -20px;
top: 25px; top: 15px;
font-size: 12px; font-size: 12px;
} }
} }
......
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