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