Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-finance
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-finance
Commits
295a4390
提交
295a4390
authored
9月 07, 2021
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style: 样式优化
上级
ef6c7525
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
7 行增加
和
7 行删除
+7
-7
Aside.vue
src/components/layout/Aside.vue
+2
-2
Breadcrumb.vue
src/components/layout/Breadcrumb.vue
+2
-2
Index.vue
src/components/layout/Index.vue
+1
-1
Main.vue
src/components/layout/Main.vue
+1
-1
main.js
src/main.js
+1
-1
没有找到文件。
src/components/layout/Aside.vue
浏览文件 @
295a4390
...
...
@@ -54,13 +54,13 @@ export default {
.app-aside
{
position
:
sticky
;
top
:
0
;
width
:
2
4
0px
;
width
:
2
0
0px
;
z-index
:
100
;
background
:
#fff
;
border-right
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.12
);
overflow-x
:
hidden
;
overflow-y
:
auto
;
flex
:
0
0
2
4
0px
;
flex
:
0
0
2
0
0px
;
}
.nav
{
margin
:
20px
0
;
...
...
src/components/layout/Breadcrumb.vue
浏览文件 @
295a4390
...
...
@@ -20,10 +20,10 @@ export default {
</
script
>
<
style
lang=
"scss"
>
.app-breadcrumb
{
padding
:
20
px
0
32px
;
padding
:
18
px
0
32px
;
.el-breadcrumb
{
font-size
:
2
4
px
;
font-size
:
2
0
px
;
font-weight
:
400
;
line-height
:
1
;
}
...
...
src/components/layout/Index.vue
浏览文件 @
295a4390
...
...
@@ -24,7 +24,7 @@ export default {
display
:
flex
;
flex-direction
:
column
;
min-height
:
100vh
;
background-color
:
#
f4f5f7
;
background-color
:
#
ededed
;
}
.app-layout-container
{
flex
:
1
;
...
...
src/components/layout/Main.vue
浏览文件 @
295a4390
...
...
@@ -24,7 +24,7 @@ export default {
.app-main
{
position
:
relative
;
flex
:
1
;
padding
:
2
4
px
;
padding
:
2
0
px
;
overflow
:
hidden
;
}
.app-main-inner
{
...
...
src/main.js
浏览文件 @
295a4390
...
...
@@ -10,7 +10,7 @@ import beforeEnter from '@/utils/beforeEnter'
// Element-UI
import
ElementUI
from
'element-ui'
import
'@/assets/theme/style.scss'
Vue
.
use
(
ElementUI
)
Vue
.
use
(
ElementUI
,
{
size
:
'small'
}
)
// 注册模块
modules
({
router
,
store
})
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论