修复detail撤回存储数据过大问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user