Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
19f0f33d
Commit
19f0f33d
authored
May 12, 2022
by
邓超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改表字段表格样式
parent
62f3cf9b
Pipeline
#50105
passed with stages
in 9 minutes 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
index.jsx
src/pages/bsmanager/base/tablemanager/index.jsx
+1
-1
index.less
src/pages/bsmanager/base/tablemanager/index.less
+3
-1
No files found.
src/pages/bsmanager/base/tablemanager/index.jsx
View file @
19f0f33d
...
...
@@ -528,7 +528,7 @@ const TableManager = props => {
style=
{
{
position
:
'absolute'
}
}
columns=
{
columns
}
dataSource=
{
allData
[
select
]
}
scroll=
{
{
x
:
'max-content'
,
y
:
'calc(100vh - 2
22
px)'
}
}
scroll=
{
{
x
:
'max-content'
,
y
:
'calc(100vh - 2
17
px)'
}
}
rowClassName=
{
setRowClassName
}
onRow=
{
record
=>
({
onDoubleClick
:
event
=>
{
...
...
src/pages/bsmanager/base/tablemanager/index.less
View file @
19f0f33d
...
...
@@ -13,11 +13,13 @@
background-color: rgb(255, 255, 0);
color: rgb(255, 0, 0);
}
.ant-table-pagination.ant-pagination {
margin: 0;
}
.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
margin-left: 0;
}
.ant-table.ant-table-bordered > .ant-table-container {
border: none;
}
.ant-table-thead tr th {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment