Commit 7c71735a authored by 仇晓婷's avatar 仇晓婷

caidan

parent 65620bc9
......@@ -34,7 +34,7 @@
</td>
<td>
<ul class="table_row_ul">
<li v-for="(li,i) in item.children" :key="i" style="margin-bottom:-6px">
<li v-for="(li,i) in item.children" :key="i" style="margin-bottom:-2px">
<div
@click="goPage(item,li)"
:class="{'active': li.id === isActive}"
......@@ -461,7 +461,7 @@ export default {
}
}
.top_menu_box {
padding: 13px 20px 18px 0;
padding: 13px 20px 19px 0;
display: none;
border-radius: 5px;
position: absolute;
......@@ -491,7 +491,7 @@ export default {
}
tr {
td {
padding: 8px 10px 3px 10px;
padding: 8px 10px 2px 10px;
.table_row_ul {
list-style: none;
border-bottom: 1px solid #172c5d;
......@@ -534,7 +534,7 @@ export default {
font-size: 14px;
}
.title {
margin-top: -10px;
margin-top: -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