diff --git a/src/components/DetailComponent/CollectionDetail.vue b/src/components/DetailComponent/CollectionDetail.vue index 9cf182f..396faf7 100644 --- a/src/components/DetailComponent/CollectionDetail.vue +++ b/src/components/DetailComponent/CollectionDetail.vue @@ -35,7 +35,7 @@ -
+
--
@@ -190,4 +190,19 @@ watch(() => props.processViewer, (newVal) => { display: -webkit-box; -webkit-box-orient: vertical; } +:deep(.el-table__header) { + .is-leaf:first-child { + .cell { + margin-left: -53px !important; + } + } +} + +:deep(.el-table__body) { + .el-table__cell:first-child { + .cell { + margin-left: -26px !important; + } + } +} diff --git a/src/components/DetailComponent/SpecialFundDetail.vue b/src/components/DetailComponent/SpecialFundDetail.vue index 3ca4079..c4af7a8 100644 --- a/src/components/DetailComponent/SpecialFundDetail.vue +++ b/src/components/DetailComponent/SpecialFundDetail.vue @@ -22,7 +22,7 @@ -
+
{{formData.introduce}}
diff --git a/src/layout/navbar/index.vue b/src/layout/navbar/index.vue index 6f4ea55..96c90cc 100644 --- a/src/layout/navbar/index.vue +++ b/src/layout/navbar/index.vue @@ -200,7 +200,7 @@ const handleLogout = () => { position: absolute; width: 280px; right: 0; - z-index: 300; + z-index: 3000; top: 54px; padding: 5px 0; border-radius: 4px; diff --git a/src/views/project-demand/requirement/index.vue b/src/views/project-demand/requirement/index.vue index c554b0e..8b2f709 100644 --- a/src/views/project-demand/requirement/index.vue +++ b/src/views/project-demand/requirement/index.vue @@ -1,6 +1,6 @@