文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 5d246cd6 by Wang Yuhang

调整样式

parent 7a3ae5ae
...@@ -40,6 +40,11 @@ ...@@ -40,6 +40,11 @@
right: 120px; right: 120px;
bottom: 10px; bottom: 10px;
} }
.task-enter-btn3{
position: absolute;
right: 190px;
bottom: 10px;
}
} }
} }
} }
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<div>发布者:{{item.creator}}&emsp;&emsp;发布时间:{{item.date|formatDate}}&emsp;&emsp;任务状态:{{item.state}} <div>发布者:{{item.creator}}&emsp;&emsp;发布时间:{{item.date|formatDate}}&emsp;&emsp;任务状态:{{item.state}}
</div> </div>
<div v-if="item.state === '已发布' "> <div v-if="item.state === '已发布' ">
<el-button class="task-enter-btn3" type="primary" plain @click="revise(item.id)">修改</el-button> <el-button class="task-enter-btn3" @click="revise(item.id)" type="primary" plain>修改</el-button>
<el-button class="task-enter-btn2" @click="deleteRow(index, item.id)" type="primary" plain>删除</el-button> <el-button class="task-enter-btn2" @click="deleteRow(index, item.id)" type="primary" plain>删除</el-button>
</div> </div>
<div v-else-if="item.state === '被选中'"> <div v-else-if="item.state === '被选中'">
...@@ -128,7 +128,7 @@ export default { ...@@ -128,7 +128,7 @@ export default {
.taskhall-container .taskhall-left .tasklist-container .tasklist .task-item .task-enter-btn2{ .taskhall-container .taskhall-left .tasklist-container .tasklist .task-item .task-enter-btn2{
right: 100px; right: 100px;
} }
.taskhall-container .taskhall-left .tasklist-container .tasklist .task-item .task-enter-btn3{ // .taskhall-container .taskhall-left .tasklist-container .tasklist .task-item .task-enter-btn3{
right: 200px; // right: 200px;
} // }
</style> </style>
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