Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
e4bf2144
提交
e4bf2144
authored
9月 14, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
隐藏博物馆详情页的经纬度
上级
d284a2eb
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
16 行增加
和
16 行删除
+16
-16
Detail.vue
src/views/museum/Detail.vue
+16
-16
没有找到文件。
src/views/museum/Detail.vue
浏览文件 @
e4bf2144
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<el-row
class=
"detail-container"
:gutter=
"10"
>
<el-row
class=
"detail-container"
:gutter=
"10"
>
<el-col
class=
"cr-images"
:span=
"18"
>
<el-col
class=
"cr-images"
:span=
"18"
>
<el-image
<el-image
style=
"width: 100%; height:
6
00px"
style=
"width: 100%; height:
4
00px"
:src=
"$getFullUrl(museumDetail.faceImagePressUrl || museumDetail.faceImageUrl)"
:src=
"$getFullUrl(museumDetail.faceImagePressUrl || museumDetail.faceImageUrl)"
fit=
"contain"
fit=
"contain"
></el-image>
></el-image>
...
@@ -26,9 +26,10 @@
...
@@ -26,9 +26,10 @@
justify-content: space-between;
justify-content: space-between;
"
"
>
>
<h
3
>
<h
2
>
{{
museumDetail
.
name
}}
{{
museumDetail
.
name
}}
</h3>
</h2>
<!--
<span>
<!--
<span>
<svg-icon
<svg-icon
icon-class=
"view"
icon-class=
"view"
...
@@ -44,7 +45,8 @@
...
@@ -44,7 +45,8 @@
v-if=
"CRDetail.audiosVo && CRDetail.audiosVo.length > 0"
v-if=
"CRDetail.audiosVo && CRDetail.audiosVo.length > 0"
/>
-->
/>
-->
</div>
</div>
<div
class=
"info-body"
>
<div
class=
"intro"
>
{{
museumDetail
.
intro
}}
</div>
<!--
<div
class=
"info-body"
>
<div
class=
"basic-info"
>
<div
class=
"basic-info"
>
<div
class=
"body-item"
>
<div
class=
"body-item"
>
<span
class=
"label"
>
经度
</span>
<span
class=
"label"
>
经度
</span>
...
@@ -56,18 +58,17 @@
...
@@ -56,18 +58,17 @@
{{
museumDetail
.
latitude
}}
{{
museumDetail
.
latitude
}}
</span>
</span>
</div>
</div>
</div>
</div>
>
<!--
<div
class=
"qrcode"
ref=
"qrCodeUrl"
></div>
-->
</div>
-->
</div>
</el-col>
</el-col>
</el-row>
</el-row>
<div
class=
"margin-bottom-32"
>
<
!--
<
div
class=
"margin-bottom-32"
>
<CustomTitle
text=
"博物馆简介"
/>
<CustomTitle
text=
"博物馆简介"
/>
<div
class=
"intro text-indent"
>
<div
class=
"intro text-indent"
>
{{
museumDetail
.
intro
}}
{{
museumDetail
.
intro
}}
</div>
</div>
</div>
</div>
-->
</div>
</div>
<el-image-viewer
<el-image-viewer
v-if=
"imgViewerVisible"
v-if=
"imgViewerVisible"
...
@@ -175,7 +176,7 @@ $label: #9f9c9a;
...
@@ -175,7 +176,7 @@ $label: #9f9c9a;
}
}
}
}
.detail-container
{
.detail-container
{
margin
-bottom
:
32px
;
margin
:
32px
0
;
// display: flex;
// display: flex;
img
{
img
{
max-width
:
100%
;
max-width
:
100%
;
...
@@ -214,12 +215,7 @@ $label: #9f9c9a;
...
@@ -214,12 +215,7 @@ $label: #9f9c9a;
display
:
flex
;
display
:
flex
;
// align-items: center;
// align-items: center;
flex-direction
:
column
;
flex-direction
:
column
;
margin-bottom
:
40px
;
margin-bottom
:
10px
;
.play
{
margin-left
:
10px
;
font-size
:
32px
;
cursor
:
pointer
;
}
}
}
.info-body
{
.info-body
{
display
:
flex
;
display
:
flex
;
...
@@ -240,6 +236,10 @@ $label: #9f9c9a;
...
@@ -240,6 +236,10 @@ $label: #9f9c9a;
}
}
}
}
}
}
// .intro{
// text-indent: 32px;
// }
}
}
.title-container
{
.title-container
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论