diff --git a/.env.development b/.env.development
index d21c7d5..58df3b9 100644
--- a/.env.development
+++ b/.env.development
@@ -1,5 +1,5 @@
ENV = 'development'
-VITE_CLI_PORT = 8080
+VITE_CLI_PORT = 8088
VITE_SERVER_PORT = 8888
VITE_BASE_API = /api
VITE_FILE_API = /api
diff --git a/src/style/main.scss b/src/style/main.scss
index a5ad070..4cec4bf 100644
--- a/src/style/main.scss
+++ b/src/style/main.scss
@@ -584,6 +584,9 @@ li {
@apply px-0 py-2;
.cell {
@apply leading-[40px] text-gray-600;
+ p {
+ line-height: 2rem;
+ }
}
}
.is-leaf {
diff --git a/src/view/ad/content.vue b/src/view/ad/content.vue
index db7b39d..3deb129 100644
--- a/src/view/ad/content.vue
+++ b/src/view/ad/content.vue
@@ -449,8 +449,4 @@ const uploadFailure = () => {
display: block;
width: 100%;
}
-
-.admin-box .el-table td .cell {
- line-height: 28px;
-}
diff --git a/src/view/ad/position.vue b/src/view/ad/position.vue
index 63b4556..1580376 100644
--- a/src/view/ad/position.vue
+++ b/src/view/ad/position.vue
@@ -254,9 +254,3 @@ const uploadFailure = () => {
}
-
-
diff --git a/src/view/content/academician/index.vue b/src/view/content/academician/index.vue
index 35adeea..7f96a8e 100644
--- a/src/view/content/academician/index.vue
+++ b/src/view/content/academician/index.vue
@@ -39,15 +39,17 @@
+ {{ scope.row.title }}
发布时间:{{ formatDate(scope.row.publishDate) }}
+最后更新:{{ formatDate(scope.row.UpdatedAt) }}
+