feat:学习路径图新增发布,复制,撤回,启用,停用,删除弹窗,修改条件渲染样式

This commit is contained in:
songwc
2022-10-20 15:23:58 +08:00
parent fb0d5d30cf
commit 9ea843b46b
2 changed files with 697 additions and 90 deletions

View File

@@ -1084,11 +1084,6 @@
display: flex;
align-items: center;
justify-content: space-between;
background: linear-gradient(
0deg,
rgba(78, 166, 255, 0) 0%,
rgba(78, 166, 255, 0.2) 100%
);
"
>
<div class="headerLeft" style="margin-left: 32px">
@@ -1497,7 +1492,9 @@ export default {
require("../../assets/images/taskpage/one.png") +
")",
}}
>fewfwe</div>
>
fewfwe
</div>
);
} else if (text.record.rank == "2") {
return <div>ggg</div>;
@@ -1774,6 +1771,12 @@ export default {
.pubproject {
.ant-modal {
.ant-modal-body {
.modalHeader {
background: linear-gradient(
rgba(78, 166, 255, 0.2) 0%,
rgba(78, 166, 255, 0) 100%
);
}
padding: 0;
.modalMain {
.projectname {