Compare commits
No commits in common. '5785b227f3338ac7c44b4b7be4b3364dd95af83c' and 'b7609d894b977df0289aa2b3a5d65d7b2409c056' have entirely different histories.
5785b227f3
...
b7609d894b
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 608 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 608 KiB |
@ -1,128 +1,15 @@
|
|||||||
.permitContainer {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
// padding: 20px;
|
|
||||||
background-color: #fff;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
.searchSection {
|
background-color: #fff;
|
||||||
// margin-bottom: 20px;
|
|
||||||
padding: 20px;
|
|
||||||
// background-color: #fafafa;
|
|
||||||
// border-radius: 2px;
|
|
||||||
|
|
||||||
:global {
|
|
||||||
.ant-form-inline {
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
.ant-form-item {
|
|
||||||
margin-right: 16px;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-form-item:nth-last-child(2) {
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-form-item:last-child {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-form-item-label {
|
|
||||||
font-weight: 500;
|
|
||||||
|
|
||||||
label {
|
|
||||||
color: #666666;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-input::placeholder,
|
|
||||||
.ant-picker-input input::placeholder {
|
|
||||||
color: #00000040;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.tableSection {
|
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0 20px 20px;
|
|
||||||
|
|
||||||
:global {
|
|
||||||
.ant-spin-nested-loading {
|
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
.ant-spin-container {
|
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
.ant-table-wrapper {
|
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
.ant-table {
|
|
||||||
flex: 1;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-table-pagination {
|
|
||||||
flex-shrink: 0;
|
|
||||||
margin: 16px 0 0 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-table {
|
|
||||||
font-size: 12px;
|
|
||||||
|
|
||||||
.ant-table-thead > tr > th {
|
|
||||||
background-color: #fafafa;
|
|
||||||
font-weight: 400;
|
|
||||||
color: #000000D9;
|
|
||||||
border-right: none;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-table-tbody > tr > td {
|
|
||||||
border-right: none;
|
|
||||||
color: #000000D9;
|
|
||||||
font-weight: 400;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-table-tbody > tr:hover > td {
|
|
||||||
background-color: #f5f5f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #1890ff;
|
|
||||||
text-decoration: none;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: #40a9ff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-pagination {
|
.content {
|
||||||
text-align: right;
|
font-size: 24px;
|
||||||
}
|
color: #999999;
|
||||||
}
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,61 +1,15 @@
|
|||||||
.regulationContainer {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #fff;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
.searchSection {
|
background-color: #fff;
|
||||||
padding: 20px;
|
|
||||||
|
|
||||||
:global {
|
|
||||||
.ant-form-inline {
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
.ant-form-item {
|
|
||||||
margin-right: 16px;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-form-item:nth-last-child(2) {
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-form-item:last-child {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-form-item-label {
|
|
||||||
font-weight: 500;
|
|
||||||
|
|
||||||
label {
|
|
||||||
color: #666666;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-input::placeholder,
|
|
||||||
.ant-picker-input input::placeholder {
|
|
||||||
color: #00000040;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.tableSection {
|
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0 20px 20px;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
.developingTip {
|
.content {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue