From 5a31d4e9e41159c01127f798d2931b49af4e8167 Mon Sep 17 00:00:00 2001 From: jacky Date: Mon, 29 Apr 2024 23:54:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/style/main.scss | 3 +++ src/view/ad/content.vue | 4 ---- src/view/ad/position.vue | 6 ----- src/view/content/academician/index.vue | 18 ++++++-------- src/view/content/activity/index.vue | 2 -- src/view/content/article/index.vue | 14 ++++------- src/view/content/category/index.vue | 1 - src/view/content/components/articleEdit.vue | 12 ---------- src/view/content/entrepreneur/index.vue | 18 ++++++-------- src/view/content/fetcher/article.vue | 24 +++++++++---------- src/view/content/live/index.vue | 26 ++++++--------------- 12 files changed, 41 insertions(+), 89 deletions(-) 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 @@ @@ -243,9 +245,3 @@ const handleSelectArticle = async (params, rows) => { } } - - diff --git a/src/view/content/activity/index.vue b/src/view/content/activity/index.vue index 0b0b1f2..1144a73 100755 --- a/src/view/content/activity/index.vue +++ b/src/view/content/activity/index.vue @@ -97,8 +97,6 @@ - - diff --git a/src/view/content/article/index.vue b/src/view/content/article/index.vue index d735e66..a6a895a 100644 --- a/src/view/content/article/index.vue +++ b/src/view/content/article/index.vue @@ -50,13 +50,13 @@ @@ -74,8 +74,8 @@ @@ -517,10 +517,6 @@ getTableData() diff --git a/src/view/content/fetcher/article.vue b/src/view/content/fetcher/article.vue index 486376a..edc6de9 100644 --- a/src/view/content/fetcher/article.vue +++ b/src/view/content/fetcher/article.vue @@ -47,18 +47,20 @@ - + @@ -68,7 +70,7 @@ {{ formatStatus(scope.row.state) }} - + @@ -185,10 +187,6 @@ const handlerSaveArticle = () => {