Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
00fc639a
提交
00fc639a
authored
9月 21, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化布展详情和文物详情
上级
e6382f52
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
48 行增加
和
61 行删除
+48
-61
Detail.vue
src/views/culturalRelic/Detail.vue
+37
-55
BlueStyle.vue
src/views/display/components/BlueStyle.vue
+11
-5
detail-dialog.vue
src/views/display/components/detail-dialog.vue
+0
-1
没有找到文件。
src/views/culturalRelic/Detail.vue
浏览文件 @
00fc639a
...
...
@@ -9,10 +9,14 @@
animate__animated animate__fadeInDownBig
"
ref=
"imgs"
v-if=
"CRDetail.
imagesVo && CRDetail.imagesVo.length > 0
"
v-if=
"CRDetail.
faceImagePressUrl
"
>
<el-image
:src=
"$getFullUrl(CRDetail.faceImagePressUrl || CRDetail.faceImageUrl)"
:src=
"
$getFullUrl(
CRDetail.faceImagePressUrl || CRDetail.imagesVo[0].pressUrl
)
"
fit=
"cover"
></el-image>
</div>
...
...
@@ -54,6 +58,31 @@
</el-carousel-item>
</el-carousel>
</div>
<div
class=
"
info-container-left
wow
animate__animated animate__fadeInLeft
"
v-else-if=
"CRDetail.faceImagePressUrl"
>
<div
class=
"img-container"
@
click=
"handelPreviewImages([CRDetail.faceImagePressUrl])"
>
<img
:src=
"$getFullUrl(CRDetail.faceImagePressUrl)"
alt=
"点击查看大图"
srcset=
""
/>
</div>
<div
class=
"enlarge"
@
click=
"handelPreviewImages([CRDetail.faceImagePressUrl])"
>
<img
src=
"@/assets/imgs/enlarge-s.png"
alt=
""
/>
</div>
</div>
<div
class=
"
info-container-right
...
...
@@ -598,16 +627,17 @@ $blue: #2069c4;
margin-right
:
50px
;
flex
:
1
;
overflow
:
hidden
;
.imagesVo-image-container
{
// position: relative;
// .imagesVo-image-container {
// // position: relative;
// }
.img-container
{
height
:
100%
;
width
:
100%
;
img
{
width
:
100%
;
height
:
100%
;
object-fit
:
cover
;
}
object-fit
:
contain
;
}
}
}
...
...
@@ -742,61 +772,13 @@ $blue: #2069c4;
}
}
/**展览单元 */
.display-detail_units
{
overflow-x
:
hidden
;
.unit-container
{
// height: 100%;
margin-bottom
:
40px
;
display
:
flex
;
}
.unit-content-menu
{
width
:
360px
;
margin-right
:
40px
;
background-image
:
url("@/assets/imgs/display/normal/bg.png")
;
background-size
:
1%
;
}
.unit-content
{
flex
:
1
;
padding
:
40px
;
background-image
:
url("@/assets/imgs/display/normal/bg.png")
;
background-size
:
1%
;
.unit-content_intro
{
font-size
:
16px
;
font-weight
:
400
;
color
:
#444444
;
line-height
:
36px
;
text-indent
:
32px
;
margin-bottom
:
20px
;
}
.unit-content_images
{
position
:
relative
;
.unit-content_images_container
{
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
.images_img
{
flex
:
1
;
}
.desc
{
display
:
flex
;
justify-content
:
center
;
height
:
40px
;
align-items
:
center
;
}
}
}
}
}
// 关联文物
.display-detail_relateRc
{
min-height
:
560px
;
background-image
:
url("@/assets/imgs/display/normal/bg.png")
;
background-size
:
1%
;
padding
:
50px
0
;
.intro-title
{
.intro-title
{
text-indent
:
40px
;
}
.el-col
{
...
...
src/views/display/components/BlueStyle.vue
浏览文件 @
00fc639a
...
...
@@ -885,7 +885,7 @@ $blue: #2069c4;
display
:
flex
;
}
.unit-content-menu
{
width
:
3
60px
;
width
:
4
60px
;
margin-right
:
40px
;
background-image
:
url("@/assets/imgs/display/normal/bg.png")
;
background-size
:
1%
;
...
...
@@ -925,7 +925,7 @@ $blue: #2069c4;
}
// 关联文物
.display-detail_relateRc
{
height
:
560px
;
min-
height
:
560px
;
background-image
:
url("@/assets/imgs/display/normal/bg.png")
;
background-size
:
1%
;
padding
:
50px
0
;
...
...
@@ -1027,9 +1027,15 @@ $blue: #2069c4;
::v-deep
.el-tree
{
background
:
transparent
;
.el-tree-node__content
{
height
:
50px
;
:hover
{
background
:
#fff
;
height
:
54px
;
&
:hover
{
background-color
:
#fff
;
color
:
$blue
;
}
}
.is-current
{
.el-tree-node__content
{
background-color
:
#fff
;
color
:
$blue
;
}
}
...
...
src/views/display/components/detail-dialog.vue
浏览文件 @
00fc639a
...
...
@@ -84,7 +84,6 @@
};
loopTree
(
arr
);
console
.
log
(
"list"
,
list
);
return
list
;
},
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论