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
b36e2c66
Commit
b36e2c66
authored
Dec 13, 2021
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消数据字典分页
parent
a681dca6
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
25 deletions
+25
-25
WebDic.js
src/pages/dataCenter/dictionary1/WebDic.js
+2
-2
WebDic.less
src/pages/dataCenter/dictionary1/WebDic.less
+15
-15
AddFlowsModal.jsx
...ages/platformCenter/bsmanager/workOrder/AddFlowsModal.jsx
+1
-1
AddModal.jsx
src/pages/platformCenter/bsmanager/workOrder/AddModal.jsx
+1
-1
changeAdd.jsx
src/pages/platformCenter/bsmanager/workOrder/changeAdd.jsx
+6
-6
No files found.
src/pages/dataCenter/dictionary1/WebDic.js
View file @
b36e2c66
...
...
@@ -822,7 +822,7 @@ const WebDic = () => {
setSelectID
(
record
.
nodeID
);
}}
ItemTypes
=
"first"
pagination
=
{
pagenation
}
pagination
=
{
false
}
/
>
<
/Col
>
<
Col
span
=
{
16
}
>
...
...
@@ -859,7 +859,7 @@ const WebDic = () => {
<
/Tooltip
>
<
/div
>
)}
pagination
=
{
pagenation
}
pagination
=
{
false
}
/
>
<
/Spin
>
<
/Col
>
...
...
src/pages/dataCenter/dictionary1/WebDic.less
View file @
b36e2c66
.WebDic{
.item
{
.WebDic
{
.item
{
margin-bottom: 20px;
}
.ant-table-content
{
.ant-table-content
{
max-height: calc(100vh - 260px);
border-right: white;
overflow: auto !important;
}
.divv
{
.divv
{
.ant-modal-wrap {
z-index: 1001 !important;
}
}
.ant-table-tbody
{
.clickRowStyle
{
.ant-table-tbody
{
.clickRowStyle
{
background: #cfe7fd;
}
.clickRowStyle:hover>td
{
.clickRowStyle:hover > td
{
background: #aed8fa;
}
.clickRowStyle1
{
.clickRowStyle1
{
background: #b9dbfa;
}
.clickRowStyle1:hover>td
{
.clickRowStyle1:hover > td
{
background: #9ec3e2;
}
}
.ant-table-body
{
max-height: calc(100vh - 345
px) !important;
min-height:calc(100vh - 345
px);
.ant-table-body
{
max-height: calc(100vh - 300
px) !important;
min-height: calc(100vh - 300
px);
margin-right: -6px;
width:
100%;
width:
100%;
}
.ant-table-pagination.ant-pagination {
margin: 10px 0 !important;
...
...
@@ -38,9 +38,9 @@
.font {
font-weight: bold;
}
.tab
{
.tab
{
padding-right: 5px;
.ant-table-body
{
.ant-table-body
{
margin-right: -7px;
}
}
...
...
src/pages/platformCenter/bsmanager/workOrder/AddFlowsModal.jsx
View file @
b36e2c66
...
...
@@ -130,7 +130,7 @@ const AddFlowsModal = props => {
let
a1
=
[];
let
a2
;
let
a3
=
[];
initialArr
.
map
(
i
=>
{
initialArr
.
data
.
map
(
i
=>
{
// console.log(i.groupType)
a2
=
i
.
groupType
;
// console.log(a2)
...
...
src/pages/platformCenter/bsmanager/workOrder/AddModal.jsx
View file @
b36e2c66
...
...
@@ -796,7 +796,7 @@ const AddModal = props => {
let
a1
=
[];
let
a2
;
let
a3
=
[];
initialArr
.
map
(
i
=>
{
initialArr
.
data
.
map
(
i
=>
{
// console.log(i.groupType)
a2
=
i
.
groupType
;
// console.log(a2)
...
...
src/pages/platformCenter/bsmanager/workOrder/changeAdd.jsx
View file @
b36e2c66
...
...
@@ -740,7 +740,7 @@ const AddModal = props => {
forceRender
getContainer=
{
false
}
>
{
/*
<Search
<
Search
style=
{
{
width
:
260
,
marginRight
:
'20px'
,
...
...
@@ -751,8 +751,8 @@ const AddModal = props => {
onChange=
{
e
=>
handleSearch
(
e
)
}
enterButton
value=
{
searchWord
}
/>
*/
}
{
/*
<Button
/>
<
Button
type=
"primary"
htmlType=
"submit"
// onClick={() => {
...
...
@@ -762,7 +762,7 @@ const AddModal = props => {
// }}
>
重置
</Button>
*/
}
</
Button
>
{
visible
&&
(
<
div
className=
{
styles
.
listCard1
}
>
<
div
className=
{
styles
.
cardItem1
}
>
...
...
@@ -819,7 +819,7 @@ const AddModal = props => {
</
div
>
</
div
>
)
}
{
/*
<Pagination
<
Pagination
total=
{
total
}
showTotal=
{
item
=>
`共 ${item} 条`
}
defaultPageSize=
{
pageSize
}
...
...
@@ -829,7 +829,7 @@ const AddModal = props => {
style=
{
{
marginBottom
:
'10px'
}
}
size=
"small"
showQuickJumper
/>
*/
}
/>
</
Modal
>
);
}
...
...
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