mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
feat:学习路径图新增发布,复制,撤回,启用,停用,删除弹窗,修改条件渲染样式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user