2020-12-30 00:00:39 +08:00
|
|
|
.win {
|
|
|
|
/* width */
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Track */
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
background: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Handle */
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Handle on hover */
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
|
|
background: #555;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-page-header-footer {
|
|
|
|
margin-top: 5px;
|
2020-12-30 11:22:06 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.button-group {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
width: 100%;
|
2020-12-30 22:42:47 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.spinning--absolute {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
max-height: inherit !important;
|
2021-01-05 12:50:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.ant-drawer.noco-drawer {
|
|
|
|
.ant-drawer-content-wrapper {
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 800px) {
|
|
|
|
.ant-drawer.noco-drawer {
|
|
|
|
.ant-drawer-content-wrapper {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
2021-01-06 10:23:40 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.data-source-table {
|
|
|
|
.ant-table-thead .ant-table-cell {
|
|
|
|
padding: 11px;
|
|
|
|
}
|
|
|
|
.ant-table-tbody .ant-table-cell {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.ant-form-item {
|
|
|
|
margin-bottom: 0;
|
|
|
|
.ant-btn {
|
|
|
|
border: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
background: none;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
.ant-form-item-explain.ant-form-item-explain-error {
|
|
|
|
position: absolute;
|
|
|
|
pointer-events: none;
|
|
|
|
padding: 5px 11px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
+ .array-table-addition {
|
|
|
|
border: 1px dashed #d9d9d9;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 2px !important;
|
|
|
|
.ant-btn {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2020-12-30 00:00:39 +08:00
|
|
|
}
|