|
@@ -118,7 +118,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="max-height: 540px; overflow: auto">
|
|
|
+ <div style="flex: 1; flex-shrink: 0; overflow: auto">
|
|
|
<el-table
|
|
|
:default-expand-all="defaultExpand"
|
|
|
v-for="asrt in computedList(listLabel)"
|
|
@@ -1160,6 +1160,11 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
+#classHoursReview {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ height: calc(100vh - 126px);
|
|
|
+}
|
|
|
.styFlex {
|
|
|
width: 80px;
|
|
|
text-align: center;
|
|
@@ -1242,6 +1247,7 @@ export default {
|
|
|
color: #fff;
|
|
|
}
|
|
|
.dis_fls {
|
|
|
+ height: 65px;
|
|
|
margin: 16px 0px;
|
|
|
display: flex;
|
|
|
align-items: center;
|