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; } + } } } }