diff --git a/src/views/creative-generation-workshop/manuscript-writer/check-list/components/manuscript-check-table/index.vue b/src/views/creative-generation-workshop/manuscript-writer/check-list/components/manuscript-check-table/index.vue
index 9f1d67e..a2be8ca 100644
--- a/src/views/creative-generation-workshop/manuscript-writer/check-list/components/manuscript-check-table/index.vue
+++ b/src/views/creative-generation-workshop/manuscript-writer/check-list/components/manuscript-check-table/index.vue
@@ -77,7 +77,7 @@
{{ exactFormatTime(record[column.dataIndex]) }}
diff --git a/src/views/creative-generation-workshop/manuscript-writer/check-list/index.vue b/src/views/creative-generation-workshop/manuscript-writer/check-list/index.vue
index 1001ac9..9bfcf69 100644
--- a/src/views/creative-generation-workshop/manuscript-writer/check-list/index.vue
+++ b/src/views/creative-generation-workshop/manuscript-writer/check-list/index.vue
@@ -7,26 +7,63 @@
分享内容稿件
-->
-
+
-
-
批量审核
-
批量查看
+ class="table-wrap bg-#fff rounded-8px border-1px border-#D7D7D9 border-solid px-24px py-24px flex flex-col"
+ >
+
-
+
diff --git a/src/views/creative-generation-workshop/manuscript-writer/check-list/style.scss b/src/views/creative-generation-workshop/manuscript-writer/check-list/style.scss
index b819185..026b0ab 100644
--- a/src/views/creative-generation-workshop/manuscript-writer/check-list/style.scss
+++ b/src/views/creative-generation-workshop/manuscript-writer/check-list/style.scss
@@ -1,5 +1,5 @@
.manuscript-check-wrap {
- height: 100%;
+ // height: 100%;
display: flex;
flex-direction: column;
.filter-wrap {
diff --git a/src/views/creative-generation-workshop/manuscript-writer/list/components/manuscript-table/index.vue b/src/views/creative-generation-workshop/manuscript-writer/list/components/manuscript-table/index.vue
index 440615c..d9a932c 100644
--- a/src/views/creative-generation-workshop/manuscript-writer/list/components/manuscript-table/index.vue
+++ b/src/views/creative-generation-workshop/manuscript-writer/list/components/manuscript-table/index.vue
@@ -67,7 +67,7 @@
{{ record[column.dataIndex].name || record[column.dataIndex].mobile }}
-
+
{{ exactFormatTime(record[column.dataIndex]) }}
diff --git a/src/views/creative-generation-workshop/manuscript-writer/list/index.vue b/src/views/creative-generation-workshop/manuscript-writer/list/index.vue
index 8e58a2d..5a42f2a 100644
--- a/src/views/creative-generation-workshop/manuscript-writer/list/index.vue
+++ b/src/views/creative-generation-workshop/manuscript-writer/list/index.vue
@@ -15,7 +15,7 @@
-
-
批量审核
-
批量查看
+ class="table-wrap bg-#fff rounded-8px border-1px border-#D7D7D9 border-solid px-24px py-24px flex flex-col"
+ >
+
-
+
diff --git a/src/views/creative-generation-workshop/manuscript/check-list/style.scss b/src/views/creative-generation-workshop/manuscript/check-list/style.scss
index b819185..026b0ab 100644
--- a/src/views/creative-generation-workshop/manuscript/check-list/style.scss
+++ b/src/views/creative-generation-workshop/manuscript/check-list/style.scss
@@ -1,5 +1,5 @@
.manuscript-check-wrap {
- height: 100%;
+ // height: 100%;
display: flex;
flex-direction: column;
.filter-wrap {
diff --git a/src/views/creative-generation-workshop/manuscript/list/components/manuscript-table/index.vue b/src/views/creative-generation-workshop/manuscript/list/components/manuscript-table/index.vue
index 378eb48..22ecc9c 100644
--- a/src/views/creative-generation-workshop/manuscript/list/components/manuscript-table/index.vue
+++ b/src/views/creative-generation-workshop/manuscript/list/components/manuscript-table/index.vue
@@ -51,7 +51,7 @@
{{ record[column.dataIndex].name || record[column.dataIndex].mobile }}
-
+
{{ exactFormatTime(record[column.dataIndex]) }}
diff --git a/src/views/creative-generation-workshop/manuscript/list/index.vue b/src/views/creative-generation-workshop/manuscript/list/index.vue
index 457862e..d98afb9 100644
--- a/src/views/creative-generation-workshop/manuscript/list/index.vue
+++ b/src/views/creative-generation-workshop/manuscript/list/index.vue
@@ -18,7 +18,7 @@