Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ee05f9fa
authored
2025-08-27 15:45:36 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix样式
1 parent
24dbaf85
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/views/data_anonymization/sensitiveIdentifyConfig.vue
src/views/data_anonymization/sensitiveIdentifyConfig.vue
View file @
ee05f9f
...
...
@@ -555,11 +555,11 @@ const cntLabelMap = ref({
'个,其中'
+
labelTypeList
?.
map
(
l
=>
`${l.label
}
${changeNum(cntSumInfo[cntLabelMap[l.value]] || 0,
0)
}
个`
).
join
(
','
)
+
',非敏感'
+
changeNum
(
cntSumInfo
[
'nonSensitiveNum'
]
||
0
,
0
)
+
'个'
}}
<
/div
>
<
div
class
=
"tools_btns"
>
<
el
-
button
v
-
if
=
"!isLook"
type
=
"primary"
@
click
=
"batchConfirm"
>
批量确认
<
/el-button
>
<
div
class
=
"tools_btns"
v
-
if
=
"!isLook"
>
<
el
-
button
type
=
"primary"
@
click
=
"batchConfirm"
>
批量确认
<
/el-button
>
<
/div
>
<
/div
>
<
div
class
=
"table_panel_wrap"
>
<
div
class
=
"table_panel_wrap"
:
style
=
"
{
height
:
isLook
?
'calc(100% - 54px)'
:
'calc(100% - 91px)'
}
"
>
<!-- 右侧表字段标签匹配管理表格 -->
<el-table ref="
sensitiveTableRef
" :data="
sensitiveTableData
" v-loading="
sensitiveTableDataLoading
"
:highlight-current-row="
true
" stripe border height="
100
%
" row-key="
guid
"
...
...
@@ -665,6 +665,7 @@ const cntLabelMap = ref({
.
table_tool_wrap
{
display
:
flex
;
flex
-
direction
:
column
;
min
-
height
:
25
px
;
.
cnt
-
desc
{
line
-
height
:
24
px
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment