|
@@ -12,7 +12,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="sidebarCustom">
|
|
<div class="sidebarCustom">
|
|
<SidebarCustom ref="sidebarCus" @change="handleChange">
|
|
<SidebarCustom ref="sidebarCus" @change="handleChange">
|
|
- <template #left style="width: 240px">
|
|
|
|
|
|
+ <template #left>
|
|
<legendList class="m-legend-list" :chiceStatus="chiceStatus"></legendList>
|
|
<legendList class="m-legend-list" :chiceStatus="chiceStatus"></legendList>
|
|
<!-- <div class="m-legend-list"></div> -->
|
|
<!-- <div class="m-legend-list"></div> -->
|
|
</template>
|
|
</template>
|
|
@@ -190,7 +190,8 @@ li {
|
|
// }
|
|
// }
|
|
.m-legend-list {
|
|
.m-legend-list {
|
|
width: 278px;
|
|
width: 278px;
|
|
- height: 100%;
|
|
|
|
|
|
+ // height: calc(100% - 20px);
|
|
|
|
+ font-size: 14px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|