Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz-Vue-R7-Res
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7前端标准模板
iBiz-Vue-R7-Res
提交
1b5bf4d6
提交
1b5bf4d6
编写于
12月 12, 2022
作者:
Shine-zwj
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update:更新样式
上级
253d569a
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
90 行增加
和
29 行删除
+90
-29
index-view-layout-left.scss
...layout/index-view-layout-left/index-view-layout-left.scss
+33
-8
index-view-layout-left.vue
src/layout/index-view-layout-left/index-view-layout-left.vue
+4
-1
index-view-layout-top.scss
src/layout/index-view-layout-top/index-view-layout-top.scss
+11
-1
menu.scss
src/styles/element/menu.scss
+42
-19
未找到文件。
src/layout/index-view-layout-left/index-view-layout-left.scss
浏览文件 @
1b5bf4d6
...
...
@@ -3,32 +3,57 @@
font-size
:
var
(
--
app-font-size
);
line-height
:
var
(
--
app-line-height
);
color
:
var
(
--
app-color-black
);
.index-view-sider
{
flex
:
none
!
important
;
max-width
:
none
!
important
;
transition
:
none
0s
ease
0s
;
background-color
:
var
(
--
app-color-white
);
background-color
:
#001529
;
color
:
var
(
--
app-color-white
);
.index-view-sider__top
{
font-size
:
21px
;
font-weight
:
700
;
height
:
64px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
.app-icon
{
width
:
37px
;
height
:
37px
;
}
.app-caption
{
font-size
:
21px
;
font-weight
:
700
;
margin-left
:
10px
;
color
:
var
(
--
app-color-white
);
}
}
.app-menu
{
height
:
calc
(
100%
-
64px
);
height
:
calc
(
100%
-
1
64px
);
overflow-y
:
auto
;
overflow-x
:
hidden
;
}
.index-view-sider__bottom
{
.collapse-icon
{
font-size
:
20px
;
color
:
var
(
--
app-color-white
);
margin-left
:
15px
;
cursor
:
pointer
;
&
:hover
{
color
:
var
(
--
app-color-blue
);
}
}
}
}
.index-view-split
{
position
:
absolute
;
left
:
195
px
;
width
:
5
px
;
left
:
204
px
;
width
:
4
px
;
height
:
100%
;
cursor
:
w-resize
;
}
...
...
@@ -38,8 +63,8 @@
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
background-color
:
var
(
--
app-color-white
)
;
color
:
var
(
--
app-color-
black
);
background-color
:
#001529
;
color
:
var
(
--
app-color-
white
);
.index-view-header__left
{
display
:
flex
;
...
...
src/layout/index-view-layout-left/index-view-layout-left.vue
浏览文件 @
1b5bf4d6
<
template
>
<layout
class=
"index-view-layout index-view-layout--left"
id=
"movebox"
>
<sider
class=
"index-view-sider"
:width=
"collapseChange ? 64 : 20
0
"
hide-trigger
id=
"left_move"
>
<sider
class=
"index-view-sider"
:width=
"collapseChange ? 64 : 20
8
"
hide-trigger
id=
"left_move"
>
<div
class=
"index-view-sider__top"
>
<slot
name=
"siderTop"
/>
</div>
<slot
name=
"siderContent"
/>
<div
class=
"index-view-sider__bottom"
>
<slot
name=
"siderBottom"
/>
</div>
</sider>
<div
v-show=
"!collapseChange"
class=
"index-view-split"
id=
"move_axis"
></div>
<layout
id=
"right_move"
>
...
...
src/layout/index-view-layout-top/index-view-layout-top.scss
浏览文件 @
1b5bf4d6
...
...
@@ -2,6 +2,7 @@
font-size
:
var
(
--
app-font-size
);
line-height
:
var
(
--
app-line-height
);
color
:
var
(
--
app-color-black
);
.index-view-header
{
height
:
64px
;
display
:
flex
;
...
...
@@ -9,25 +10,30 @@
align-items
:
center
;
background-color
:
var
(
--
app-color-black
);
color
:
var
(
--
app-color-white
);
.index-view-header__left
{
font-size
:
21px
;
font-weight
:
700
;
margin-left
:
50px
;
.app-caption
{
color
:
var
(
--
app-color-white
);
}
.app-icon
{
width
:
3
6
px
;
width
:
3
7
px
;
height
:
37px
;
margin-right
:
6px
;
}
}
.index-view-header__right
{
display
:
flex
;
align-items
:
center
;
margin-right
:
38px
;
}
}
.index-view-content
{
height
:
calc
(
100%
-
64px
);
overflow
:
auto
;
...
...
@@ -35,13 +41,16 @@
background-color
:
var
(
--
app-color-gray-400
);
display
:
flex
;
flex-direction
:
column
;
>
.view-container
{
flex-grow
:
1
;
+
.copyright-notice
{
position
:
relative
;
}
}
}
.copyright-notice
{
height
:
100px
;
width
:
100%
;
...
...
@@ -49,6 +58,7 @@
flex-shrink
:
0
;
position
:
absolute
;
bottom
:
0px
;
.notice
{
padding-top
:
10px
;
color
:
var
(
--
app-color-gray-200
);
...
...
src/styles/element/menu.scss
浏览文件 @
1b5bf4d6
.el-menu--horizontal
{
display
:
flex
;
.el-menu-item
,
.el-submenu__title
{
.el-menu-item
,
.el-submenu__title
{
background-color
:
var
(
--
app-color-black
)
!
important
;
color
:
var
(
--
app-color-white
)
!
important
;
&
:hover
,
&
.is-active
{
&
:hover
,
&
.is-active
{
background
:
#202027
!
important
;
}
}
>
.el-menu-item
{
height
:
64px
;
&
.is-active
{
background
:
#202027
!
important
;
border-bottom
:
4px
solid
var
(
--
app-color-yellow
);
border-bottom-color
:
var
(
--
app-color-yellow
)
!
important
;
}
}
>
.el-submenu
{
.el-submenu__title
{
height
:
64px
;
}
&
.is-active
,
&
.is-opened
{
&
.is-active
,
&
.is-opened
{
.el-submenu__title
{
border-bottom
:
4px
solid
var
(
--
app-color-yellow
);
border-bottom-color
:
var
(
--
app-color-yellow
)
!
important
;
}
}
}
.el-submenu__icon-arrow
{
display
:
none
;
}
&
.app-popper-menu
{
.el-menu--popup
{
padding
:
0
;
.el-menu-item
,
.el-submenu__title
{
.el-menu-item
,
.el-submenu__title
{
height
:
40px
;
padding
:
0
12px
;
border-bottom
:
1px
solid
var
(
--
app-color-gray-250
);
...
...
@@ -42,22 +55,32 @@
}
}
.el-menu--vertical
{
.el-menu-item
,
.el-submenu__title
{
height
:
57px
;
color
:
var
(
--
app-color-gray-100
)
!
important
;
&
:hover
,
&
.is-active
{
color
:
var
(
--
app-color-blue
)
!
important
;
}
&
.is-active
{
border-left
:
4px
solid
var
(
--
app-color-blue
);
background-color
:
var
(
--
app-color-white
)
!
important
;
.el-menu
{
border-right
:
none
;
background-color
:
#001529
;
.el-menu--vertical
{
.el-menu-item
,
.el-submenu__title
{
color
:
var
(
--
app-color-white
)
!
important
;
.fa
,
.el-submenu__icon-arrow
{
color
:
var
(
--
app-color-white
)
!
important
;
}
&
:hover
,
&
.is-active
{
background-color
:
var
(
--
app-color-blue
);
}
}
}
.el-submenu
{
&
.is-active
{
>
.el-submenu__title
{
color
:
var
(
--
app-color-blue
)
!
important
;
.el-submenu
{
&
.is-active
{
>
.el-submenu__title
{
background-color
:
var
(
--
app-color-blue
);
}
}
}
}
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录