style(components): 调整小边框图表的样式 提高 .right-select 的 z-index 以确保正确的层级关系

This commit is contained in:
Free-sss 2025-09-08 17:54:23 +08:00
parent f9e910ed88
commit 2f3ceaee8f

View File

@ -108,7 +108,7 @@ const handleSelectChange = (value: any) => {
.right-select { .right-select {
margin-left: 70px; margin-left: 70px;
margin-top: 8px; margin-top: 8px;
z-index: 10; z-index: 1001;
} }
} }
@ -118,7 +118,7 @@ const handleSelectChange = (value: any) => {
/* min-height: calc(100% - 15px); */ /* min-height: calc(100% - 15px); */
margin-top: 2px; margin-top: 2px;
width: 90%; width: 90%;
padding: 5px 10px; padding: 5px 15px;
box-sizing: border-box; box-sizing: border-box;
position: relative; position: relative;
/* background-color: aquamarine; */ /* background-color: aquamarine; */