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
8ca1dcb8
Commit
8ca1dcb8
authored
May 17, 2023
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '台账配置重写'
parent
c39954a9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
165 additions
and
1 deletion
+165
-1
BookConfigNew.jsx
src/pages/bsmanager/base/standingBook/BookConfigNew.jsx
+0
-0
BookConfigNew.less
src/pages/bsmanager/base/standingBook/BookConfigNew.less
+30
-0
EditTable.jsx
src/pages/bsmanager/base/standingBook/EditTable.jsx
+0
-0
TableView.less
src/pages/bsmanager/base/standingBook/TableView.less
+121
-0
standingBook.jsx
src/pages/bsmanager/base/standingBook/standingBook.jsx
+14
-1
No files found.
src/pages/bsmanager/base/standingBook/BookConfigNew.jsx
0 → 100644
View file @
8ca1dcb8
This diff is collapsed.
Click to expand it.
src/pages/bsmanager/base/standingBook/BookConfigNew.less
0 → 100644
View file @
8ca1dcb8
.top {
height: 22%;
overflow: auto;
}
.bottom {
height: 78%;
overflow: hidden;
}
:global {
.ant-modal-body {
.ant-form {
width: 100%!important;
}
.ant-col-12 {
// text-align: left;
// padding-left: 16px;
}
.ant-form-item-label {
// text-align: left;
// padding-left: 10px;
}
.ant-form-item-control {
// padding-left: 10px;
}
}
.panda-pro-pages-bsmanager-base-standing-book-standing-book-userManageContainer .ant-modal-body {
padding: 15px;
}
}
\ No newline at end of file
src/pages/bsmanager/base/standingBook/EditTable.jsx
0 → 100644
View file @
8ca1dcb8
This diff is collapsed.
Click to expand it.
src/pages/bsmanager/base/standingBook/TableView.less
0 → 100644
View file @
8ca1dcb8
.content {
height: 620px;
display: flex;
>div {
width: 100%;
}
.subContent {
width: 25%;
padding: 8px;
margin-left: 10px;
border-left: 3px solid gainsboro;
.subArea,
.exceptionArea {
height: 100%;
.subTitle {
background: #E6F3FF;
color: #2495FF;
padding: 4px 2px;
border-radius: 8px;
padding-left: 4px;
border: 1px solid #C0DFFC;
}
.subItems {
padding: 0 10px;
overflow-y: auto;
height: 95%;
padding: 5px 10px;
.subItem {
display: flex;
justify-content: space-between;
margin-bottom: 5px;
// >span:last-child:hover {
// cursor: pointer;
// }
.deleteItem {
&:hover {
cursor: pointer;
}
}
}
}
}
.exceptionArea {
height: 20%;
margin-top: 20px;
.subTitle {
background: #FCE7E7;
color: #FF4C3E;
border: 1px solid #FDBBBB;
display: flex;
align-items: center;
justify-content: space-between;
}
}
}
:global {
.ant-table-row {
height: 49px;
}
.editable-cell {
position: relative;
}
.editable-cell-value-wrap {
padding: 5px 12px;
cursor: pointer;
}
.editable-row:hover .editable-cell-value-wrap {
padding: 4px 11px;
border: 1px solid #fff;
border-radius: 2px;
}
[data-theme='dark'] .editable-row:hover .editable-cell-value-wrap {
border: 1px solid #434343;
}
.ant-table-cell-ellipsis {
overflow: visible;
}
.ant-table-cell {
overflow: visible;
}
.ant-form-item-explain {
position: absolute;
height: 35px;
// width: 180px;
padding: 0 5px;
background-color: #ff4d4f;
top: 40px;
left: 50%;
transform: translateX(-50%);
border-radius: 5px;
}
.ant-form-item-explain-error {
color: #fff;
line-height: 35px;
}
.ant-select-arrow .anticon {
margin-top: 8px;
}
}
}
\ No newline at end of file
src/pages/bsmanager/base/standingBook/standingBook.jsx
View file @
8ca1dcb8
...
...
@@ -37,6 +37,7 @@ import {
ImportLedgerConfig
,
}
from
'@/services/standingBook/api'
;
import
AddModal
from
'./BookConfig'
;
import
AddModalNew
from
'./BookConfigNew'
;
import
styles
from
'./standingBook.less'
;
// import Search from 'antd/lib/transfer/search';
const
StandingBook
=
props
=>
{
...
...
@@ -567,7 +568,19 @@ const StandingBook = props => {
/>
</
div
>
</
div
>
<
AddModal
{
/* <AddModal
visible={isVisible}
type={isType}
data={data}
pickItem1={pickItem}
formObj={formObj}
maxLength={maxLength}
callBackSubmit={onSubmit}
onCancel={() => setIsVisible(false)}
tableData={tableData}
keepTableData={keepTableData}
/> */
}
<
AddModalNew
visible=
{
isVisible
}
type=
{
isType
}
data=
{
data
}
...
...
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