-
+
@@ -305,9 +305,9 @@ onMounted(async () => {
}
.table-container {
- width: 100%;
- height: 620px;
- min-height: 60%;
+ max-width: 100%;
+ /* min-height: 50vh; */
+ /* max-height: 70vh; */
overflow-x: auto;
}
@@ -343,6 +343,10 @@ onMounted(async () => {
padding: 10px;
}
+.table-col{
+ max-height:100%;
+}
+
.video-item video,
.image-item img {
width: 100%;
@@ -360,8 +364,9 @@ onMounted(async () => {
.pagination-container {
display: flex;
- justify-content: flex-end;
+ justify-content: flex-start;
background-color: #e8e9e4;
+ padding-left: 20px;
}
::v-deep .pagination-container .el-pagination__total,