|
@@ -210,7 +210,6 @@ function getPaintingSizeStringForShow({ width, height }) {
|
|
|
return `${width}\u00D7${height} 厘米`
|
|
|
}
|
|
|
|
|
|
-
|
|
|
const paintingWidthWhenDesign = 240
|
|
|
const paintingMarginWhenDesin = 75
|
|
|
const specialDescWidthWhenDesin = 444
|
|
@@ -255,7 +254,7 @@ watch(menuElScrollLeft, (v) => {
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background-color: #798F69;
|
|
|
+ background-color: rgba(121, 143, 108, 1);
|
|
|
>ul{
|
|
|
position: absolute;
|
|
|
left: 0;
|