diff --git a/src/assets/images/taskpage/picture8.png b/src/assets/images/taskpage/picture8.png new file mode 100644 index 00000000..cdc3f46b Binary files /dev/null and b/src/assets/images/taskpage/picture8.png differ diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index b4942831..d07a0114 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -352,8 +352,28 @@ + +
+
+ +
+
+ +
+
+ +
+
+ 创建任务 +
+
点击创建项目任务
+
+ -
@@ -730,7 +750,9 @@ - Content of Tab Pane 3 + + Content of Tab Pane 3 +
排行榜
@@ -866,7 +888,7 @@
-
编辑11
+
编辑
项目名称:
@@ -1178,7 +1200,7 @@ >编辑
-
+
直播封面:
-
- - avatar -
- - -
Upload
-
-
+
+
+ + + 添加图片 +
@@ -2133,6 +2142,8 @@ export default { }; const edit_exit = () => { state.edit_hs = false; + state.radioV1 = ""; + state.radioV2 = ""; }; const cloradio1 = (value) => { if (value != "") { @@ -2988,6 +2999,46 @@ export default { border-top: 0px; } } + .taskbox { + width: 412px; + height: 160px; + border-radius: 10px; + position: relative; + margin-left: 68px; + margin-bottom: 40px; + margin-top: 32px; + cursor: pointer; + .leftt { + position: absolute; + top: 18px; + left: 0; + } + .photo { + position: absolute; + top: 42px; + left: 37px; + } + .rightt { + position: absolute; + top: 69px; + right: 26px; + } + .centerbox { + position: absolute; + top: 52px; + left: 145px; + font-size: 20px; + font-weight: 700; + //line-height: 36px; + } + .centermain { + color: rgba(135, 139, 146, 1); + font-size: 14px; + position: absolute; + left: 144px; + bottom: 49px; + } + } .stage { display: flex; height: 49px; @@ -3731,6 +3782,19 @@ export default { margin-right: 5px; } } + .lodalimg{ + width:120px; + height:120px; + border:1px dashed #387DF7; + display: flex; + justify-content: center; + align-items: center; + cursor: pointer; + .lodalimg{ + display: flex; + white-space: nowrap; + } + } .kqszbox { .qdqtbox { margin-left: 5px;