3 Commits
c5fd89cb2c
...
1fa5b34606
Author | SHA1 | Message | Date |
---|---|---|---|
|
1fa5b34606 |
Merge branch 'develop' of http://120.27.195.166:3000/chenglb/PMS_Frontend_v1.0.0 into develop
|
1 year ago |
|
aa24c5095b |
Merge branch 'develop' of http://120.27.195.166:3000/chenglb/PMS_Frontend_v1.0.0 into develop
|
1 year ago |
|
1c6ecb1f66 |
feat(): 新增路外人员管理交接班报表检索模块等
|
1 year ago |
7 changed files with 543 additions and 41 deletions
-
69src/pages/MerchantMgm/MerchantInfo/loadable.jsx
-
5src/pages/OutRoadMgm/OutPersonMgm/TollCollector/index.jsx
-
340src/pages/OutRoadMgm/OutPersonMgm/TransitionReport/index.jsx
-
153src/pages/OutRoadMgm/OutPersonMgm/TransitionReport/index.scss
-
2src/pages/SystemMgm/SystemLog/index.scss
-
4src/pages/SystemMgm/SystemLog/loadable.jsx
-
11src/services/OutRoadMgm/OutPersonMgm.js
@ -0,0 +1,153 @@ |
|||
@import "@/assets/css/mixin.scss"; |
|||
$color-container-bg: var(--color-container-bg); |
|||
$color-user-list-bg: var(--color-user-list-bg); |
|||
$color-text: var(--color-text); |
|||
$color-primary: var(--color-primary); |
|||
|
|||
.transition-report { |
|||
display: flex; |
|||
padding-top: 10px; |
|||
width: 100%; |
|||
height: 100%; |
|||
|
|||
.paid-search { |
|||
display: block; |
|||
width: 375px; |
|||
padding: 10px 10px 20px 20px; |
|||
|
|||
.title { |
|||
width: 100%; |
|||
font-size: 16px; |
|||
font-family: Microsoft YaHei, Microsoft YaHei-Bold; |
|||
font-weight: 700; |
|||
text-align: left; |
|||
color: var(--color-text); |
|||
margin-bottom: 20px; |
|||
} |
|||
|
|||
.yisa-search { |
|||
width: 100%; |
|||
display: flex; |
|||
align-items: center; |
|||
margin-bottom: 24px; |
|||
|
|||
>label { |
|||
color: var(--color-search-list-item-text); |
|||
flex: 0 0 25%; |
|||
max-width: 25%; |
|||
text-align: right; |
|||
padding-right: 8px; |
|||
} |
|||
|
|||
.form-con { |
|||
flex: 1; |
|||
width: 220px; |
|||
} |
|||
} |
|||
|
|||
.form-Wrap { |
|||
height: calc(100% - 45px); |
|||
overflow-y: auto; |
|||
scrollbar-width: none; |
|||
-ms-overflow-style: none; |
|||
|
|||
&::-webkit-scrollbar { |
|||
display: none; |
|||
} |
|||
} |
|||
|
|||
.form-btn { |
|||
display: flex; |
|||
flex-flow: row nowrap; |
|||
padding: 0 10px; |
|||
justify-content: space-between; |
|||
|
|||
.reset { |
|||
width: 90px; |
|||
height: 36px; |
|||
border-radius: 4px; |
|||
} |
|||
|
|||
.submit { |
|||
width: calc(100% - 100px); |
|||
height: 36px; |
|||
border-radius: 4px; |
|||
} |
|||
} |
|||
|
|||
.ant-select-selector, |
|||
.ant-picker, |
|||
.ant-input { |
|||
background-color: var(--color-search-list-item-bg) !important; |
|||
box-shadow: none !important; |
|||
color: var(--color-search-list-item-value); |
|||
border-color: var(--color-search-list-item-bd) !important; |
|||
} |
|||
} |
|||
|
|||
.paid-result { |
|||
width: calc(100% - 375px); |
|||
padding-bottom: 15px; |
|||
padding: 20px; |
|||
background: var(--color-user-list-bg); |
|||
border-top-left-radius: 20px; |
|||
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08); |
|||
|
|||
.result { |
|||
height: 100%; |
|||
display: flex; |
|||
flex-direction: column; |
|||
|
|||
.row-head { |
|||
height: 32px; |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: space-between; |
|||
margin-bottom: 13px; |
|||
|
|||
.total-number { |
|||
margin: 0 2px; |
|||
color: var(--color-primary); |
|||
} |
|||
|
|||
.colorBtn { |
|||
height: 36px; |
|||
border-radius: 4px; |
|||
} |
|||
} |
|||
|
|||
.result-data { |
|||
width: 100%; |
|||
height: calc(100% - 45px - 47px); |
|||
} |
|||
} |
|||
} |
|||
|
|||
.add-edit-content { |
|||
width: 565px; |
|||
.form-Wrap { |
|||
height: 100%; |
|||
} |
|||
|
|||
.yisa-search { |
|||
>label { |
|||
>em { |
|||
margin-right: 5px; |
|||
color: #a61d24; |
|||
} |
|||
} |
|||
|
|||
.ant-picker { |
|||
flex: 1; |
|||
} |
|||
} |
|||
.form-btn { |
|||
justify-content: center; |
|||
.reset { |
|||
&:last-child { |
|||
margin-left: 40px; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue