Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
zrch-risk-39
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Administrator
zrch-risk-39
Commits
1719a32a
提交
1719a32a
authored
4月 24, 2026
作者:
liuluyu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新问题清单样式
上级
739f93b2
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
34 行增加
和
36 行删除
+34
-36
StProblemCheckList.vue
...t-39/src/views/project/problemList/StProblemCheckList.vue
+34
-36
没有找到文件。
zrch-risk-client-39/src/views/project/problemList/StProblemCheckList.vue
浏览文件 @
1719a32a
<
template
>
<
template
>
<div
class=
"problem-check-page"
>
<div
class=
"problem-check-page"
>
<BasicTable
@
register=
"registerTable"
:rowSelection=
"rowSelection"
class=
"styled-table"
>
<div
class=
"styled-table"
>
<template
#
tableTitle
>
<BasicTable
@
register=
"registerTable"
:rowSelection=
"rowSelection"
class=
"flat-table"
>
<!--
<a-button
type=
"primary"
@
click=
"handleAdd"
preIcon=
"ant-design:plus-outlined"
>
添加问题
</a-button>
-->
<template
#
tableTitle
>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<div
class=
"table-toolbar"
>
<template
#
overlay
>
<!--
<a-button
type=
"primary"
@
click=
"handleAdd"
preIcon=
"ant-design:plus-outlined"
>
添加问题
</a-button>
-->
<a-menu>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu-item
key=
"1"
@
click=
"batchHandleDelete"
>
<template
#
overlay
>
<Icon
icon=
"ant-design:delete-outlined"
/>
<a-menu>
删除
<a-menu-item
key=
"1"
@
click=
"batchHandleDelete"
>
</a-menu-item>
<Icon
icon=
"ant-design:delete-outlined"
/>
</a-menu>
删除
</
template
>
</a-menu-item>
<a-button
</a-menu>
>
批量操作
</
template
>
<Icon
icon=
"mdi:chevron-down"
/>
<a-button
</a-button>
>
批量操作
</a-dropdown>
<Icon
icon=
"mdi:chevron-down"
/>
</template>
</a-button>
<
template
#
action=
"{ record }"
>
</a-dropdown>
<TableAction
:actions=
"getTableAction(record)"
/>
</div>
</
template
>
</template>
</BasicTable>
<
template
#
action=
"{ record }"
>
<TableAction
:actions=
"getTableAction(record)"
/>
</
template
>
</BasicTable>
</div>
<StProblemCheckModal
@
register=
"registerModal"
@
success=
"handleSuccess"
:centered=
"true"
/>
<StProblemCheckModal
@
register=
"registerModal"
@
success=
"handleSuccess"
:centered=
"true"
/>
</div>
</div>
</template>
</template>
...
@@ -158,18 +162,19 @@
...
@@ -158,18 +162,19 @@
background: var(--color-bg-white);
background: var(--color-bg-white);
border: 1px solid var(--color-border);
border: 1px solid var(--color-border);
border-radius: var(--radius);
border-radius: var(--radius);
}
.table-toolbar {
display: flex;
gap: 8px;
padding: 12px 0;
flex-wrap: wrap;
}
.flat-table {
:deep(.ant-table) {
:deep(.ant-table) {
border-radius: 0;
border-radius: 0;
font-size: 13px;
font-size: 13px;
}
}
:deep(.ant-table-title) {
padding: 12px 16px;
border-bottom: 1px solid var(--color-border);
background: var(--color-bg-section);
}
:deep(.ant-table-thead > tr > th) {
:deep(.ant-table-thead > tr > th) {
background: var(--color-bg-section);
background: var(--color-bg-section);
border-bottom: 1px solid var(--color-border-strong);
border-bottom: 1px solid var(--color-border-strong);
...
@@ -198,13 +203,6 @@
...
@@ -198,13 +203,6 @@
:deep(.ant-table-row-selected > td) {
:deep(.ant-table-row-selected > td) {
background: var(--color-primary-light) !important;
background: var(--color-primary-light) !important;
}
}
/* 搜索表单区域 */
:deep(.ant-form) {
padding: 16px 16px 4px;
background: var(--color-bg-white);
border-bottom: 1px solid var(--color-border);
}
}
}
/* ==================== 表单控件 ==================== */
/* ==================== 表单控件 ==================== */
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论