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
99840c1a
authored
2025-12-22 10:31:02 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改表格单元格禁用省略号颜色
1 parent
73bad286
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
src/assets/styles/element-plus/index.scss
src/views/data_asset/dataUsage.vue
src/assets/styles/element-plus/index.scss
View file @
99840c1
...
...
@@ -456,6 +456,10 @@
}
}
td
.el-table__cell
:has
(
.is-regular
)
{
color
:
var
(
--
el-color-regular
);
}
td
.el-table__cell
{
padding
:
6px
0
;
border-bottom
:
none
;
...
...
src/views/data_asset/dataUsage.vue
View file @
99840c1
...
...
@@ -43,7 +43,7 @@ const page = ref({
const
tableFields
=
ref
([
{
label
:
"序号"
,
type
:
"index"
,
width
:
56
,
align
:
"center"
},
{
label
:
"数据产品名称"
,
field
:
"dataProductName"
,
width
:
160
,
type
:
"text_btn"
,
columClass
:
''
,
value
:
"detail"
,
disabled
:
(
scope
)
=>
{
label
:
"数据产品名称"
,
field
:
"dataProductName"
,
width
:
160
,
type
:
"text_btn"
,
columClass
:
'
text_btn
'
,
value
:
"detail"
,
disabled
:
(
scope
)
=>
{
return
scope
.
row
.
contractStatus
==
'06'
;
},
click
:
(
scope
)
=>
{
if
(
scope
.
row
.
contractStatus
==
'06'
)
{
...
...
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