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

up

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