diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index db34540b..5410eab1 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -798,15 +798,16 @@ column.key === 'operation' " > - - +
+ +
+ @@ -5916,31 +5921,20 @@ export default defineComponent({ } .operation { + display: flex; + justify-content: right; + .fb { display: flex; - justify-content: center; - align-items: center; - color: #4ea6ff; - - .nselect { - justify-content: center; - align-items: center; - display: flex; - - .jc { - margin-left: 20px; - cursor: pointer; - } - } - - .tableSelect { - // margin-right: 10px; - margin-left: -5px; - display: flex; - align-items: center; - justify-content: right; + margin-right: 20px; + .jc { + color: #4ea6ff; + font-size: 14px; + margin-left: 20px; + white-space: nowrap; + cursor: pointer; } } - + } .ynuse { display: flex; justify-content: center; diff --git a/src/views/research/ResearchManage.vue b/src/views/research/ResearchManage.vue index 2396ab77..9ce1acca 100644 --- a/src/views/research/ResearchManage.vue +++ b/src/views/research/ResearchManage.vue @@ -426,8 +426,7 @@ export default {
{value.state === "2" ? (
-
{ handleToManagepage(value, "/managepage"); }}