修复detail撤回存储数据过大问题

This commit is contained in:
X1627315083
2026-01-21 11:55:43 +08:00
parent 4688f234d9
commit 70537847bc
6 changed files with 136 additions and 73 deletions

View File

@@ -1118,7 +1118,7 @@ export default defineComponent({
align-items: center;
display: flex;
margin-top: 1.8rem;
margin-right: .8rem;
margin-left: .8rem;
.ant-slider-track,
.ant-slider-rail {
@@ -1212,20 +1212,22 @@ export default defineComponent({
// width: 100%;
// max-height: 70%;
width: max-content;
overflow-y: auto;
overflow-x: hidden;
&.active{
flex-direction: row;
}
&::-webkit-scrollbar {
display: none;
}
.designOpenrtion_imgMask{
width: auto;
height: auto;
width: 100%;
height: 100%;
min-width: 60%;
overflow-y: auto;
overflow-x: hidden;
// max-height: 80%;
position: relative;
&::-webkit-scrollbar {
display: none;
}
>img{
z-index: 2;
position: relative;