diff --git a/src/assets/images/leveladd/picture.png b/src/assets/images/leveladd/picture.png new file mode 100644 index 00000000..792d5334 Binary files /dev/null and b/src/assets/images/leveladd/picture.png differ diff --git a/src/assets/images/leveladd/right.png b/src/assets/images/leveladd/right.png new file mode 100644 index 00000000..92b3c8d2 Binary files /dev/null and b/src/assets/images/leveladd/right.png differ diff --git a/src/components/drawers/PowerList.vue b/src/components/drawers/PowerList.vue index 2768f8d5..ea5feb08 100644 --- a/src/components/drawers/PowerList.vue +++ b/src/components/drawers/PowerList.vue @@ -48,7 +48,7 @@ :loading="tableDataTotal === -1 ? true : false" expandRowByClick="true" @expand="expandTable" - :scroll="{ x: 900, y: 400 }" + :scroll="{ x: 900}" :pagination="false" :row-selection="{ columnWidth: 30, @@ -481,13 +481,13 @@ export default { width: 100%; // height: 100%; // background-color: #bfa; - // overflow-y: auto; + overflow-y: auto; .search { width: 100%; display: flex; flex-wrap: wrap; margin-top: 10px; - justify-content: space-between; + //justify-content: space-between; .leftchoose { display: flex; margin-right: 20px; @@ -538,15 +538,15 @@ export default { } .btn1 { - background: #388be1; + background: #409EFF; color: #ffffff; } .btn2 { background: #ffffff; - color: #388be1; - border: 1px solid #388be1; + color: #409EFF; + border: 1px solid #409EFF; } } } @@ -599,6 +599,12 @@ export default { // position: absolute; // bottom: 20px; // margin-bottom: 20px; + .ant-pagination-prev, .ant-pagination-next,.ant-pagination-options { + margin-bottom: 10px; + } + .ant-pagination-item { + margin-bottom: 10px; + } } // .tab { // .ant-table-thead > tr > th { diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index 3bf927d1..4f353d1e 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -67,6 +67,17 @@ + + +
学员可预览第 1 - + 关-第4 - + 关内容
@@ -1021,6 +1021,8 @@ export default { activeKey: ref("1"), value: ref(" "), nubvalue: ref("1"), + nubvalue2: ref("1"), + nubvalue3: ref("4"), nubvalue1: ref("4"), checked2: false, currentPage: 1,