Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
3a9e0d92
提交
3a9e0d92
authored
1月 09, 2026
作者:
李智林
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
17770a7d
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
7 行增加
和
68 行删除
+7
-68
App.vue
src/App.vue
+0
-61
index.vue
src/views/bill/billLayout/index.vue
+7
-7
没有找到文件。
src/App.vue
浏览文件 @
3a9e0d92
...
...
@@ -147,66 +147,6 @@ body {
.pro-wrapper
{
width
:
100vw
;
height
:
100vh
;
<<<<<<<
HEAD
//
overflow-y
:
hidden
;
}
/* 确保Element Plus容器组件占满宽度 */
.el-container
{
width
:
100%
;
height
:
100%
;
}
.navbar
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
background
:
#fff
;
color
:
rgba
(
10
,
18
,
30
,
1
);
border-bottom
:
1px
solid
#e5e7eb
;
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0
.1
);
position
:
sticky
;
top
:
0
;
z-index
:
2000
;
box-sizing
:
border-box
;
height
:
72px
;
}
.main-container
{
/* 移除宽度限制,让子页面自己控制布局 */
width
:
100%
;
height
:
1008px
;
position
:
relative
;
}
.nav-brand
{
display
:
flex
;
align-items
:
center
;
gap
:
12px
;
position
:
absolute
;
left
:
160px
;
.brand-icon
{
width
:
48px
;
height
:
48px
;
img
{
width
:
100%
;
height
:
100%
;
}
}
}
.brand-icon
{
font-size
:
24px
;
color
:
#1e3a8a
;
}
.brand-text
{
cursor
:
pointer
;
.text-ch
{
height
:
37px
;
=======
position
:
relative
;
overflow
:
hidden
;
.navbar
{
...
...
@@ -214,7 +154,6 @@ body {
justify-content
:
center
;
align-items
:
center
;
background
:
#fff
;
>>>>>>>
c1d8a1e364a6650ee4e3e5b1049b0a673ec53337
color
:
rgba
(
10
,
18
,
30
,
1
);
border-bottom
:
1px
solid
#e5e7eb
;
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0
.1
);
...
...
src/views/bill/billLayout/index.vue
浏览文件 @
3a9e0d92
...
...
@@ -257,24 +257,24 @@ onMounted(() => {
// margin: 0 auto;
.layout-main
{
width
:
100%
;
height
:
calc
(
100%
-
64px
);
height
:
calc
(
100vh
-
64px
);
overflow-y
:
auto
;
.header-main
{
position
:
sticky
;
top
:
72px
;
top
:
0
;
z-index
:
1000
;
width
:
100%
;
height
:
136px
;
background-color
:
#fff
;
box-shadow
:
0px
0px
20px
0px
rgba
(
25
,
69
,
130
,
0
.1
);
box-shadow
:
0px
4px
10px
0px
rgba
(
0
,
0
,
0
,
0
.05
);
overflow
:
hidden
;
}
.layout-main-header
{
width
:
1744px
;
height
:
136px
;
background
:
rgba
(
255
,
255
,
255
,
1
);
background
:
#fff
;
display
:
flex
;
justify-content
:
space-between
;
margin
:
0
auto
;
padding
-top
:
14px
;
padding
:
14px
0
;
.layout-main-header-left-box
{
width
:
900px
;
// margin-left: 160px;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论