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
6141aa57
authored
2025-09-10 15:45:35 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复表格边框问题
1 parent
1bf3d3ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
src/assets/styles/element-plus/index.scss
src/views/data_inventory/existingTableSelect.vue
src/assets/styles/element-plus/index.scss
View file @
6141aa5
...
...
@@ -168,6 +168,18 @@
height
:
30px
!
important
;
}
.el-input-tag
{
.el-input-tag__input
{
font-family
:
simsun
;
--el-input-border-color
:
#d9d9d9
;
--el-border-color
:
#d9d9d9
;
&
:
:
placeholder
{
color
:
#b2b2b2
;
}
}
}
.el-input
{
.el-input__wrapper
{
--el-input-border-color
:
#d9d9d9
;
...
...
@@ -1146,6 +1158,7 @@
.
el-table__inner-wrapper
:
:
before
{
height
:
0px
;
min-height
:
0px
;
}
&
.el-table--enable-row-hover
.el-table__body
tr
.el-table__row--striped
:hover
>
td
.el-table__cell
{
...
...
src/views/data_inventory/existingTableSelect.vue
View file @
6141aa5
...
...
@@ -626,6 +626,7 @@ const getTextAlign = (field) => {
td.
el-table__cell
::
after
,
.
el-table__inner-wrapper
::
before
{
height
:
0px
;
min-height
:
0px
;
}
.cell
{
...
...
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