Commit 41c1452c authored by 张俊's avatar 张俊

样式改动

parent 73cde75d
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
{{ item.menuName }} {{ item.menuName }}
<bg-icon <bg-icon
v-show="showMore[index] !== false" v-show="showMore[index] !== false"
style="font-size: 8px; position: absolute; right: 10px; top: 20px" style="font-size: 8px; position: absolute; right: 10px; top: 16px"
icon="#bg-ic-arrow-up"></bg-icon> icon="#bg-ic-arrow-up"></bg-icon>
<bg-icon <bg-icon
v-show="showMore[index] == false" v-show="showMore[index] == false"
style="font-size: 8px; position: absolute; right: 10px; top: 20px" style="font-size: 8px; position: absolute; right: 10px; top: 16px"
icon="#bg-ic-arrow-down"></bg-icon> icon="#bg-ic-arrow-down"></bg-icon>
</span> </span>
&ensp; &ensp;
......
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