From 2b5602b77066ceb6e6e462405733c58c3220704c Mon Sep 17 00:00:00 2001 From: dongwug Date: Fri, 28 Oct 2022 16:22:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=AF=BE=E7=A8=8B=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=BC=80=E8=AF=BE=E3=80=81=E5=AD=A6=E5=91=98=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E3=80=81=E5=BD=92=E5=B1=9E=E6=9D=83=E3=80=81=E6=8E=88=E6=9D=83?= =?UTF-8?q?=E5=90=8D=E5=8D=95=E8=A1=A8=E6=A0=BC=E5=88=86=E9=A1=B5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/CorPowerlist.vue | 8 ++++++-- src/components/drawers/OwnPower.vue | 14 +++++++++++--- src/views/courselibrary/CoursewareManage.vue | 16 ++++++++++++---- 3 files changed, 29 insertions(+), 9 deletions(-) diff --git a/src/components/drawers/CorPowerlist.vue b/src/components/drawers/CorPowerlist.vue index 4a334e1f..d39314ef 100644 --- a/src/components/drawers/CorPowerlist.vue +++ b/src/components/drawers/CorPowerlist.vue @@ -59,7 +59,8 @@ -
+
+
+
@@ -338,7 +340,8 @@ > td { background: #f6f9fd; } - .pa { + .tableBox{ + .pa { left: 0; width: 100%; // height: 20px; @@ -348,6 +351,7 @@ position: absolute; bottom: 20px; } + } } } diff --git a/src/components/drawers/OwnPower.vue b/src/components/drawers/OwnPower.vue index 43c6248c..4e765153 100644 --- a/src/components/drawers/OwnPower.vue +++ b/src/components/drawers/OwnPower.vue @@ -77,6 +77,7 @@ onChange: onSelectChange, }" /> +
+
@@ -156,7 +158,8 @@ onChange: onSelectChange1, }" /> -
+
+
+
@@ -237,7 +241,8 @@ onChange: onSelectChange2, }" /> -
+
+
+
@@ -997,7 +1003,8 @@ export default { // align-items: center; // margin-top: -2px; // } - .pa { + .tableBox{ + .pa { // left: 0; margin-top: 15px; width: 100%; @@ -1014,6 +1021,7 @@ export default { margin-bottom: 10px; } } + } } .tab2 { diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 9753e23b..3840ef34 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -984,7 +984,8 @@ @expand="expandTable" :pagination="false" /> -
+
+
+
@@ -1336,7 +1338,8 @@ @expand="expandTable" :pagination="false" /> -
+
+
+
@@ -4635,7 +4639,8 @@ export default defineComponent({ justify-content: right; } } - .pa { + .tableBox{ + .pa { left: 0; width: 100%; // height: 20px; @@ -4645,6 +4650,7 @@ export default defineComponent({ position: absolute; bottom: 20px; } + } } } } @@ -4876,7 +4882,8 @@ export default defineComponent({ cursor: pointer; } } - .pa { + .tableBox{ + .pa { left: 0; width: 100%; // height: 20px; @@ -4886,6 +4893,7 @@ export default defineComponent({ position: absolute; bottom: 20px; } + } } } }