Files
ragflow/web/src/pages/user-setting/setting-system/index.less
balibabu 60767e66e0 fix: Add Task Executor to system panel #2061 (#2070)
### 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)
2024-08-23 15:59:49 +08:00

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;
}