Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
ca4247e0
提交
ca4247e0
authored
3月 31, 2026
作者:
张伊明
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix 修复深度挖掘样式问题
上级
e25eb5aa
流水线
#216
已通过 于阶段
in 1 分 26 秒
变更
2
流水线
1
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
7 行增加
和
13 行删除
+7
-13
index.vue
src/views/bill/billLayout/index.vue
+7
-13
index.vue
src/views/bill/deepDig/processOverview/index.vue
+0
-0
没有找到文件。
src/views/bill/billLayout/index.vue
浏览文件 @
ca4247e0
...
@@ -2,16 +2,9 @@
...
@@ -2,16 +2,9 @@
<div
class=
"layout-container"
>
<div
class=
"layout-container"
>
<!-- 导航菜单 -->
<!-- 导航菜单 -->
<div
class=
"layout-main"
>
<div
class=
"layout-main"
>
<BillHeader
<BillHeader
:billInfo=
"billInfoGlobal"
:defaultLogo=
"USALogo"
:tabs=
"mainHeaderBtnList"
:billInfo=
"billInfoGlobal"
:activeTitle=
"activeTitle"
:showTabs=
"showHeaderTabs"
:showActions=
"showHeaderActions"
:defaultLogo=
"USALogo"
@
tab-click=
"handleClickMainHeaderBtn"
@
open-analysis=
"handleAnalysisClick"
/>
:tabs=
"mainHeaderBtnList"
:activeTitle=
"activeTitle"
:showTabs=
"showHeaderTabs"
:showActions=
"showHeaderActions"
@
tab-click=
"handleClickMainHeaderBtn"
@
open-analysis=
"handleAnalysisClick"
/>
<div
class=
"layout-main-center"
>
<div
class=
"layout-main-center"
>
<router-view
/>
<router-view
/>
...
@@ -122,8 +115,7 @@ const handleAnalysisClick = analysisType => {
...
@@ -122,8 +115,7 @@ const handleAnalysisClick = analysisType => {
// 进展预测 -> 法案简介页(法案进展)
// 进展预测 -> 法案简介页(法案进展)
if
(
analysisType
===
"forsee"
)
{
if
(
analysisType
===
"forsee"
)
{
router
.
push
({
router
.
push
({
path
:
"/billLayout/bill/introduction"
,
path
:
`/billLayout/ProgressForecast/
${
billId
}
`
,
query
:
{
billId
:
String
(
billId
)
}
});
});
return
;
return
;
}
}
...
@@ -162,11 +154,13 @@ watch(
...
@@ -162,11 +154,13 @@ watch(
// height: 1016px;
// height: 1016px;
background
:
rgba
(
249
,
250
,
252
,
1
);
background
:
rgba
(
249
,
250
,
252
,
1
);
position
:
relative
;
position
:
relative
;
// margin: 0 auto;
// margin: 0 auto;
.layout-main
{
.layout-main
{
width
:
100%
;
width
:
100%
;
height
:
calc
(
100vh
-
72px
)
;
height
:
100vh
;
overflow-y
:
auto
;
overflow-y
:
auto
;
.layout-main-center
{
.layout-main-center
{
// height: calc(100% - 137px);
// height: calc(100% - 137px);
width
:
1600px
;
width
:
1600px
;
...
...
src/views/bill/deepDig/processOverview/index.vue
浏览文件 @
ca4247e0
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论