mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-30 02:38:30 +08:00
fix: 小组件外层盒子宽度不一致
This commit is contained in:
parent
a29a4f7e17
commit
3ececee817
@ -11,7 +11,7 @@
|
||||
@update:value="clickItemHandle"
|
||||
></n-menu>
|
||||
<div class="chart-content-list">
|
||||
<n-scrollbar>
|
||||
<n-scrollbar trigger="none">
|
||||
<charts-item-box :menuOptions="packages.selectOptions"></charts-item-box>
|
||||
</n-scrollbar>
|
||||
</div>
|
||||
@ -119,6 +119,7 @@ $menuWidth: 65px;
|
||||
@include fetch-bg-color('background-color2-shallow');
|
||||
}
|
||||
.chart-content-list {
|
||||
width: 200px;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Loading…
Reference in New Issue
Block a user