Commit 31215cfc authored by 徐一鸣's avatar 徐一鸣

up

parent c919b5e8
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
v-if="item.data.length > filterLength" v-if="item.data.length > filterLength"
@click="filterToggleAction(item.prop)" @click="filterToggleAction(item.prop)"
> >
<span>{{ filterToggle[item.prop] ? "收起" : "展开" }}</span> <span>{{ filterToggle[item.prop] ? "收起" : "展开" }} {{item.data.length + "-" + filterLength}}</span>
<i <i
:class=" :class="
filterToggle[item.prop] filterToggle[item.prop]
......
...@@ -105,5 +105,6 @@ export default { ...@@ -105,5 +105,6 @@ export default {
flex-grow: 1; flex-grow: 1;
flex-shrink: 1; flex-shrink: 1;
background-color: #f6f7fb; background-color: #f6f7fb;
overflow: auto;
} }
</style> </style>
...@@ -175,11 +175,7 @@ export default { ...@@ -175,11 +175,7 @@ export default {
}; };
</script> </script>
<style scope> <style scoped>
.list_container {
height: 100%;
overflow: hidden;
}
.bread_crumb { .bread_crumb {
margin: 20px; margin: 20px;
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