mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-29 04:08:12 +08:00
### What problem does this PR solve? fix: Add Task Executor to system panel #2061 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
34 lines
398 B
Plaintext
34 lines
398 B
Plaintext
.systemInfo {
|
|
width: 100%;
|
|
.title {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
}
|
|
.text {
|
|
height: 26px;
|
|
line-height: 26px;
|
|
}
|
|
.badge {
|
|
:global(.ant-badge-status-dot) {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
}
|
|
.error {
|
|
color: red;
|
|
}
|
|
}
|
|
|
|
.taskBarTooltip {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.taskBar {
|
|
width: '100%';
|
|
height: 200px;
|
|
}
|
|
|
|
.taskBarTitle {
|
|
font-size: 16px;
|
|
}
|