Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
98812ff0
提交
98812ff0
authored
9月 13, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
增加UI框架的浏览器适配、修改Navbar字体
上级
d0d69782
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
16 行增加
和
6 行删除
+16
-6
postcss.config.js
postcss.config.js
+2
-1
index.vue
src/components/NavBar/index.vue
+9
-2
index.vue
src/views/display/index.vue
+5
-3
没有找到文件。
postcss.config.js
浏览文件 @
98812ff0
...
...
@@ -10,7 +10,7 @@ module.exports = {
//小于12px的样式不被替换成rem
minPixelValue
:
12
,
//忽略一些文件,不进行转换,比如我想忽略 依赖的UI框架
exclude
:
[
'node_modules'
]
//
exclude: ['node_modules']
}
}
}
\ No newline at end of file
src/components/NavBar/index.vue
浏览文件 @
98812ff0
...
...
@@ -453,6 +453,10 @@ export default {
.logo-container
{
width
:
380px
;
height
:
74px
;
img
{
width
:
100%
;
height
:
100%
;
}
}
.right
{
display
:
flex
;
...
...
@@ -475,7 +479,7 @@ export default {
text-align
:
center
;
a
{
font-size
:
18
px
;
font-size
:
24
px
;
white-space
:
nowrap
;
transition
:
all
0
.5s
ease
;
}
...
...
@@ -520,11 +524,14 @@ export default {
border-color
:
#fff
;
color
:
#fff
;
i
{
font-size
:
1
6
px
;
font-size
:
1
8
px
;
}
}
}
::v-deep
.el-button.is-round
{
padding
:
8px
20px
;
}
.el-dropdown-menu
{
background-color
:
#fff
;
// border: 1px solid #8a919f;
...
...
src/views/display/index.vue
浏览文件 @
98812ff0
...
...
@@ -316,7 +316,7 @@ $text-indent: 16px;
background-image
:
url("@/assets/imgs/list/search-bg.png")
;
background-size
:
22%
;
margin-bottom
:
40px
;
height
:
214px
;
//
height: 214px;
padding
:
90px
70px
80px
;
.item
{
margin-right
:
20px
;
...
...
@@ -330,10 +330,9 @@ $text-indent: 16px;
color
:
#444
;
}
.search-button
{
cursor
:
pointer
;
width
:
156px
;
height
:
40px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
...
...
@@ -341,6 +340,9 @@ $text-indent: 16px;
background-size
:
100%
100%
;
color
:
#444
;
font-size
:
14px
;
width
:
156px
;
height
:
40px
;
// height: 100%;
.svg-icon
{
margin-right
:
4px
;
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论