songshankun
2023-10-28 20552f58f1a57b07ee237da02d8e87c574b669d6
src/views/dashboard/components/TaskInfo.vue
@@ -55,6 +55,7 @@
$status-running: #ffcc00;
$status-ready: #13235a;
$status-done: #13235a;
$text-color: #d7d7d7;
.task-info {
  background-color: #6b83ff;
  border-radius: 4px;
@@ -81,6 +82,7 @@
.task-info-content {
  font-size: 13px;
  padding: 10px 20px;
  color: $text-color;
  .row {
    width: 100%;
    height: 24px;