Commit 00195c5b by 陈羽

update:修复新增弹窗优先级错误bug

parent fd5b5eda
......@@ -339,6 +339,7 @@ export default {
}
item.putonPageDialog = false;
item.dateTime = [new Date(item.beginTime), new Date(item.endTime)];
this.popSort[item.sortNum] = true;
return item;
});
}
......@@ -815,6 +816,8 @@ export default {
height: 100%;
padding-left: 10px;
box-sizing: border-box;
font-size: 14px;
color: #303133;
background: #ffffff;
border-radius: 2px;
border: 1px dashed #c4c6cf;
......@@ -833,6 +836,10 @@ export default {
}
.icon-shanchu {
font-size: 22px;
cursor: pointer;
&:hover {
color: #ff555e;
}
}
}
.first-card-item {
......
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