Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
94d22565
提交
94d22565
authored
11月 09, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
文物列表页优化
上级
45544712
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
7 行增加
和
21 行删除
+7
-21
index.vue
src/components/NavBar/index.vue
+6
-1
index.vue
src/components/SearchBar/index.vue
+1
-20
index.vue
src/views/culturalRelic/index.vue
+0
-0
没有找到文件。
src/components/NavBar/index.vue
浏览文件 @
94d22565
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
class=
"tab-item"
class=
"tab-item"
:class=
"
{
:class=
"
{
activeHome: currentTab.name == item.name
&&
isHome,
activeHome: currentTab.name == item.name
&&
isHome,
active: currentTab.name == item.name
&&
!isHome
,
active: currentTab.name == item.name,
}"
}"
v-for="(item, index) in pages"
v-for="(item, index) in pages"
:key="index"
:key="index"
...
@@ -558,6 +558,7 @@ $themeColor: #2069c4;
...
@@ -558,6 +558,7 @@ $themeColor: #2069c4;
width
:
100%
;
width
:
100%
;
transition
:
all
0
.5s
ease
;
transition
:
all
0
.5s
ease
;
background-color
:
#2069c4
;
background-color
:
#2069c4
;
// background-color: #fff;
// background-image: url('@/assets/imgs/home/panel-bg.png');
// background-image: url('@/assets/imgs/home/panel-bg.png');
box-shadow
:
rgba
(
0
,
0
,
0
,
0
.3
)
0
1px
5px
0px
;
box-shadow
:
rgba
(
0
,
0
,
0
,
0
.3
)
0
1px
5px
0px
;
.container
{
.container
{
...
@@ -662,6 +663,10 @@ $themeColor: #2069c4;
...
@@ -662,6 +663,10 @@ $themeColor: #2069c4;
text-shadow
:
0
1px
2px
#9fafcb
,
1px
0px
2px
#9fafcb
;
text-shadow
:
0
1px
2px
#9fafcb
,
1px
0px
2px
#9fafcb
;
}
}
}
}
.
active
:
:
after
{
opacity
:
1
;
}
}
}
}
}
}
}
...
...
src/components/SearchBar/index.vue
浏览文件 @
94d22565
<!-- -->
<!-- -->
<
template
>
<
template
>
<div
class=
"search-bar"
>
<div
class=
"search-bar"
>
<el-input
v-model=
"searchValue"
placeholder=
"请输入关键词"
class=
"center"
@
keyup
.
enter
.
native=
"search"
>
<el-select
v-model=
"select"
placeholder=
"请选择"
slot=
"prepend"
v-if=
"options.length>0"
>
<el-option
v-for=
"item in options"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
<el-button
round
type=
"primary"
@
click
.
native=
"search"
class=
"searchButton"
slot=
"append"
>
检索
</el-button
>
</el-input>
</div>
</div>
</
template
>
</
template
>
...
...
src/views/culturalRelic/index.vue
浏览文件 @
94d22565
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论