Commit 16cbbcf3 authored by kangzhenfei's avatar kangzhenfei

line

parent 498ac04a
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
<p class="show_btn"> <p class="show_btn">
<a @click="showRow(item.id,item.btnShow)"> <a @click="showRow(item.id,item.btnShow)">
<Tooltip content="所属程序列表"> <Tooltip content="所属程序列表">
<Icon v-if="item.btnShow" type="ios-arrow-down" /> <Icon v-if="item.btnShow" type="ios-arrow-up" />
<Icon v-else type="ios-arrow-up" /> <Icon v-else type="ios-arrow-down" />
</Tooltip> </Tooltip>
</a> </a>
</p> </p>
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
padding: 0 10px 0; padding: 0 10px 0;
} }
.h60{ .h60{
border-top: 1px solid #e2e1e1e0;
.card_body02{ .card_body02{
padding: 0 10px 0; padding: 0 10px 0;
margin: 4px 0; margin: 4px 0;
......
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