fix: 修复滚动条的bug

This commit is contained in:
MTrun
2022-01-28 21:05:07 +08:00
parent 56a36cf306
commit 929bc4da9f
4 changed files with 19 additions and 5 deletions
@@ -109,7 +109,7 @@ const clickItemHandle = (key: string) => {
<style lang="scss" scoped>
/* 此高度与 ContentBox 组件关联*/
$topHeight: 36px;
$topHeight: 40px;
$menuWidth: 65px;
@include go('chart-common') {
display: flex;
+2 -2
View File
@@ -62,8 +62,8 @@ import {
$width: 330px;
/* 列表的宽度 */
$widthScoped: 65px;
/* 此高度与 ContentBox 组件关联*/
$topHeight: 36px;
/* 此高度与 ContentBox 组件关联 */
$topHeight: 40px;
@include go(content-charts) {
width: $width;