|
|
@ -125,7 +125,7 @@ let processItems: any[] = []
|
|
|
|
const isFullScreen = ref(false)
|
|
|
|
const isFullScreen = ref(false)
|
|
|
|
|
|
|
|
|
|
|
|
const fullscreenStyles = computed<any>(() => ({
|
|
|
|
const fullscreenStyles = computed<any>(() => ({
|
|
|
|
width: isFullScreen.value ? '100vw' : '',
|
|
|
|
width: isFullScreen.value ? '99vw' : '',
|
|
|
|
height: isFullScreen.value ? '100vh' : '',
|
|
|
|
height: isFullScreen.value ? '100vh' : '',
|
|
|
|
position: isFullScreen.value ? 'fixed' : '',
|
|
|
|
position: isFullScreen.value ? 'fixed' : '',
|
|
|
|
top: isFullScreen.value ? '0' : '',
|
|
|
|
top: isFullScreen.value ? '0' : '',
|
|
|
@ -133,7 +133,7 @@ const fullscreenStyles = computed<any>(() => ({
|
|
|
|
zIndex: isFullScreen.value ? '100' : '',
|
|
|
|
zIndex: isFullScreen.value ? '100' : '',
|
|
|
|
}))
|
|
|
|
}))
|
|
|
|
const fullscreenStylestwo = computed<any>(() => ({
|
|
|
|
const fullscreenStylestwo = computed<any>(() => ({
|
|
|
|
width: isFullScreen.value ? '100vw' : '',
|
|
|
|
width: isFullScreen.value ? '99vw' : '',
|
|
|
|
height: isFullScreen.value ? '100vh' : '',
|
|
|
|
height: isFullScreen.value ? '100vh' : '',
|
|
|
|
position: isFullScreen.value ? 'fixed' : '',
|
|
|
|
position: isFullScreen.value ? 'fixed' : '',
|
|
|
|
top: isFullScreen.value ? '0' : '',
|
|
|
|
top: isFullScreen.value ? '0' : '',
|
|
|
@ -893,7 +893,7 @@ function handleMouseLeave(){
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
v-show="!imgbigshow"
|
|
|
|
v-show="!imgbigshow"
|
|
|
|
:style="{
|
|
|
|
:style="{
|
|
|
|
position: 'fixed',
|
|
|
|
position: 'absolute',
|
|
|
|
zIndex: 169,
|
|
|
|
zIndex: 169,
|
|
|
|
background: 'rgb(80, 122, 253)',
|
|
|
|
background: 'rgb(80, 122, 253)',
|
|
|
|
right: '16px',
|
|
|
|
right: '16px',
|
|
|
@ -906,7 +906,7 @@ function handleMouseLeave(){
|
|
|
|
v-show="!imgbigshow"
|
|
|
|
v-show="!imgbigshow"
|
|
|
|
class="aside-collapse-btn"
|
|
|
|
class="aside-collapse-btn"
|
|
|
|
:style="{
|
|
|
|
:style="{
|
|
|
|
position: 'fixed',
|
|
|
|
position:'absolute',
|
|
|
|
right: '0px',
|
|
|
|
right: '0px',
|
|
|
|
top: '155px',
|
|
|
|
top: '155px',
|
|
|
|
cursor: 'pointer',
|
|
|
|
cursor: 'pointer',
|
|
|
@ -1074,6 +1074,7 @@ function handleMouseLeave(){
|
|
|
|
: { flex: 0.5 }
|
|
|
|
: { flex: 0.5 }
|
|
|
|
"
|
|
|
|
"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
<div></div>
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
v-show="isFullScreen&&imgbigshow==false?true:isFullScreen&&huadong?true:false"
|
|
|
|
v-show="isFullScreen&&imgbigshow==false?true:isFullScreen&&huadong?true:false"
|
|
|
|
class="aside-collapse-btn"
|
|
|
|
class="aside-collapse-btn"
|
|
|
@ -1422,6 +1423,7 @@ function handleMouseLeave(){
|
|
|
|
|
|
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
<style lang="less" scoped>
|
|
|
|
.fullscreen-container {
|
|
|
|
.fullscreen-container {
|
|
|
|
|
|
|
|
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-y: auto;
|
|
|
|
/* 可添加其他样式 */
|
|
|
|
/* 可添加其他样式 */
|
|
|
|
width: 100vw;
|
|
|
|
width: 100vw;
|
|
|
@ -2159,7 +2161,7 @@ function handleMouseLeave(){
|
|
|
|
|
|
|
|
|
|
|
|
.img-wrapper {
|
|
|
|
.img-wrapper {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
width: 230px;
|
|
|
|
width: 217px;
|
|
|
|
height: 130px;
|
|
|
|
height: 130px;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
background-size:cover;
|
|
|
|
background-size:cover;
|
|
|
@ -2217,4 +2219,12 @@ function handleMouseLeave(){
|
|
|
|
border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1441px) {
|
|
|
|
|
|
|
|
.wrapper-detail .right .item .img-wrapper{
|
|
|
|
|
|
|
|
width: 108px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.allview .item .img-wrapper{
|
|
|
|
|
|
|
|
width: 215px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|