diff --git a/src/renderer/views/dashboard/index.vue b/src/renderer/views/dashboard/index.vue
index 97671fa..a088ead 100644
--- a/src/renderer/views/dashboard/index.vue
+++ b/src/renderer/views/dashboard/index.vue
@@ -188,6 +188,7 @@
{{ CDTypes[cd_list[0].cd_type] }}
{{ diskTypes[cd_list[0].dev_type] }}
+ 模拟刻录
{{ cd_list[0].dev_path || '' }}({{ $store.state.chat.CDName[cd_list[0].cd_pos] }})
@@ -199,7 +200,7 @@
已刻录{{ $filterSize(cd_list[0].use_size) }},共{{ $filterSize(cd_list[0].total_size) }}
,速度{{ cd_list[0].burn_speed.toFixed(2) }}X
- 状态:{{ $store.state.chat.CDStatus[cd_list[0].cd_status] }}(模拟刻录)
+ 状态:{{ $store.state.chat.CDStatus[cd_list[0].cd_status] }}
任务:{{ cd_list[0].cd_taskid && cd_list[0].copy_scheduler ? cd_list[0].cd_taskid : '' }}
光盘:{{ cd_list[0].cd_assid && cd_list[0].copy_scheduler ? cd_list[0].cd_assid : '' }}
@@ -211,6 +212,7 @@
{{ CDTypes[cd_list[1].cd_type] }}
{{ diskTypes[cd_list[1].dev_type] }}
+ 模拟刻录
{{ cd_list[1].dev_path || '' }}({{ $store.state.chat.CDName[cd_list[1].cd_pos] }})
@@ -222,7 +224,7 @@
已刻录{{ $filterSize(cd_list[1].use_size) }},共{{ $filterSize(cd_list[1].total_size) }}
,速度{{ cd_list[1].burn_speed.toFixed(2) }}X
- 状态:{{ $store.state.chat.CDStatus[cd_list[1].cd_status] }}(模拟刻录)
+ 状态:{{ $store.state.chat.CDStatus[cd_list[1].cd_status] }}
任务:{{ cd_list[1].cd_taskid && cd_list[1].copy_scheduler ? cd_list[1].cd_taskid : '' }}
光盘:{{ cd_list[1].cd_assid && cd_list[1].copy_scheduler ? cd_list[1].cd_assid : '' }}
@@ -1497,11 +1499,10 @@ $red: #ff0000;
width: calc(50% - 25px);
.device_right_top_img {
width: 120px;
- height: 120px;
position: relative;
img {
- width: 100%;
- height: 100%;
+ width: 120px;
+ height: 120px;
}
.device_right_top_img_text {
position: absolute;
@@ -1523,6 +1524,11 @@ $red: #ff0000;
width: 100%;
}
}
+ .device_right_top_span {
+ font-size: 14px;
+ color: #ff0000;
+ text-align: center;
+ }
.device_right_top_content {
width: calc(100% - 136px);
.device_right_top_title {
@@ -1536,11 +1542,6 @@ $red: #ff0000;
font-size: 16px;
color: #666666;
line-height: 30px;
- span {
- font-size: 14px;
- margin-left: 4px;
- color: #ff0000;
- }
}
.device_right_top_progress {
height: 18px;