Commit ac222853 by 黑潮

fix: ui

parent 7f020b0c
......@@ -154,7 +154,7 @@ export default {
result = '<span class="dm-status--primary">未开始</span>';
break;
case 1:
result = row.effectType == 2 ? '<span class="dm-status--primary">待执行</span>' : '<span class="dm-status--primary">进行中</span>';
result = row.effectType == 2 ? '<span class="dm-status--primary">待执行</span>' : '<span class="dm-status--primary--flash"></span><span class="vertical-middle">进行中</span>';
break;
case 2:
result = row.effectType == 2 ? '<span class="dm-status--info">执行完毕</span>' : '<span class="dm-status--info">已结束</span>';
......
......@@ -220,7 +220,7 @@ export default {
.chat-item {
width: 240px;
height: 100px;
border: 1px dotted #dcdfe6;
border: 1px dashed #dcdfe6;
display: flex;
align-items: center;
justify-content: center;
......
......@@ -454,7 +454,7 @@ export default {
.chat-item {
width: 240px;
height: 100px;
border: 1px dotted #dcdfe6;
border: 1px dashed #dcdfe6;
display: flex;
align-items: center;
justify-content: center;
......
......@@ -79,6 +79,7 @@ export default {
position: absolute;
top: 10px;
right: 10px;
font-size: 12px;
}
.text-center {
text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment