Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
71988957
提交
71988957
authored
8月 05, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
首页空白bug修复
上级
85d86657
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
9 行增加
和
180 行删除
+9
-180
permission.js
src/permission.js
+8
-10
index.vue
src/views/culturalRelic/index.vue
+1
-1
index.vue
src/views/display/index.vue
+0
-42
index.vue
src/views/museum/index.vue
+0
-42
index.vue
src/views/personal/components/Card/index.vue
+0
-43
index.vue
src/views/virtual/index.vue
+0
-42
没有找到文件。
src/permission.js
浏览文件 @
71988957
...
...
@@ -2,16 +2,14 @@ import router from './router'
import
store
from
'./store/index'
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
if
(
to
.
name
!=
'home'
)
{
// chrome
document
.
body
.
scrollTop
=
0
// firefox
document
.
documentElement
.
scrollTop
=
0
// safari
window
.
pageYOffset
=
0
}
// if (to.name != 'home') {
// // chrome
// document.body.scrollTop = 0
// // firefox
// document.documentElement.scrollTop = 0
// // safari
// window.pageYOffset = 0
// }
// 监听path 确定navbar下标
store
.
commit
(
'app/SET_NAV_BAR'
,
to
)
...
...
src/views/culturalRelic/index.vue
浏览文件 @
71988957
...
...
@@ -370,7 +370,7 @@ $text-indent: 16px;
position
:
absolute
;
top
:
10px
;
right
:
10px
;
z-index
:
9
9
;
z-index
:
9
;
// background-color: rgba(0, 0, 0, 0.1);
height
:
28px
;
padding
:
4px
;
...
...
src/views/display/index.vue
浏览文件 @
71988957
...
...
@@ -348,48 +348,6 @@ $text-indent: 16px;
transition
:
all
0
.5s
ease
;
flex
:
1
;
}
.showIcon
{
position
:
absolute
;
top
:
10px
;
right
:
10px
;
z-index
:
99
;
background-color
:
rgba
(
0
,
0
,
0
,
0
.1
);
border-radius
:
4px
;
height
:
28px
;
padding
:
4px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
transition
:
all
0
.3s
ease
;
width
:
28px
;
white-space
:
nowrap
;
overflow
:
hidden
;
&
:hover
{
.icon
{
display
:
none
;
}
.text
{
display
:
block
;
}
width
:
130px
;
padding
:
4px
8px
;
}
.icon
{
width
:
20px
;
display
:
inline-block
;
}
.text
{
font-size
:
14px
;
color
:
#000
;
padding
:
4px
8px
;
cursor
:
pointer
;
display
:
none
;
}
img
{
width
:
100%
;
height
:
100%
;
}
}
}
}
}
...
...
src/views/museum/index.vue
浏览文件 @
71988957
...
...
@@ -328,48 +328,6 @@ $text-indent: 16px;
transition
:
all
0
.5s
ease
;
flex
:
1
;
}
.showIcon
{
position
:
absolute
;
top
:
10px
;
right
:
10px
;
z-index
:
99
;
background-color
:
rgba
(
0
,
0
,
0
,
0
.1
);
border-radius
:
4px
;
height
:
28px
;
padding
:
4px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
transition
:
all
0
.3s
ease
;
width
:
28px
;
white-space
:
nowrap
;
overflow
:
hidden
;
&
:hover
{
.icon
{
display
:
none
;
}
.text
{
display
:
block
;
}
width
:
130px
;
padding
:
4px
8px
;
}
.icon
{
width
:
20px
;
display
:
inline-block
;
}
.text
{
font-size
:
14px
;
color
:
#000
;
padding
:
4px
8px
;
cursor
:
pointer
;
display
:
none
;
}
img
{
width
:
100%
;
height
:
100%
;
}
}
}
}
}
...
...
src/views/personal/components/Card/index.vue
浏览文件 @
71988957
...
...
@@ -80,47 +80,5 @@ $blue: #2069c4;
transition
:
all
0
.5s
ease
;
flex
:
1
;
}
.showIcon
{
position
:
absolute
;
top
:
10px
;
right
:
10px
;
z-index
:
99
;
background-color
:
rgba
(
0
,
0
,
0
,
0
.1
);
border-radius
:
4px
;
height
:
28px
;
padding
:
4px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
transition
:
all
0
.3s
ease
;
width
:
28px
;
white-space
:
nowrap
;
overflow
:
hidden
;
&
:hover
{
.icon
{
display
:
none
;
}
.text
{
display
:
block
;
}
width
:
130px
;
padding
:
4px
8px
;
}
.icon
{
width
:
20px
;
display
:
inline-block
;
}
.text
{
font-size
:
14px
;
color
:
#000
;
padding
:
4px
8px
;
cursor
:
pointer
;
display
:
none
;
}
img
{
width
:
100%
;
height
:
100%
;
}
}
}
</
style
>
\ No newline at end of file
src/views/virtual/index.vue
浏览文件 @
71988957
...
...
@@ -330,48 +330,6 @@ $text-indent: 16px;
transition
:
all
0
.5s
ease
;
flex
:
1
;
}
.showIcon
{
position
:
absolute
;
top
:
10px
;
right
:
10px
;
z-index
:
99
;
background-color
:
rgba
(
0
,
0
,
0
,
0
.1
);
border-radius
:
4px
;
height
:
28px
;
padding
:
4px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
transition
:
all
0
.3s
ease
;
width
:
28px
;
white-space
:
nowrap
;
overflow
:
hidden
;
&
:hover
{
.icon
{
display
:
none
;
}
.text
{
display
:
block
;
}
width
:
130px
;
padding
:
4px
8px
;
}
.icon
{
width
:
20px
;
display
:
inline-block
;
}
.text
{
font-size
:
14px
;
color
:
#000
;
padding
:
4px
8px
;
cursor
:
pointer
;
display
:
none
;
}
img
{
width
:
100%
;
height
:
100%
;
}
}
}
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论