mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-25 08:26:06 +08:00
46 lines
610 B
Plaintext
46 lines
610 B
Plaintext
.ant-table-pagination.ant-pagination {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.cron {
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.crontab-detail {
|
|
.ant-modal-body {
|
|
background: #eee;
|
|
padding: 12px;
|
|
}
|
|
|
|
.ant-card:first-child {
|
|
overflow-x: auto;
|
|
|
|
.ant-card-body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
min-width: 700px;
|
|
}
|
|
}
|
|
|
|
.cron-detail-info-item {
|
|
flex: auto;
|
|
|
|
.cron-detail-info-title {
|
|
color: #888;
|
|
}
|
|
|
|
.cron-detail-info-value {
|
|
margin-top: 18px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.log-item {
|
|
cursor: pointer;
|
|
&:hover {
|
|
background: #fafafa;
|
|
}
|
|
}
|