diff --git a/src/api/system/taglibrary/index.ts b/src/api/system/taglibrary/index.ts index 8bdcb13..29fd522 100644 --- a/src/api/system/taglibrary/index.ts +++ b/src/api/system/taglibrary/index.ts @@ -20,7 +20,7 @@ export const TagLibraryApi = { // 查询企业标签分页 childrenList: async (id: number) => { - return await request.get({ url: `/system/tag-library/childrenList?id=`+id }) + return await request.get({ url: `/system/tag-library/childrenList?id=` + id }) }, // 查询企业标签详情 @@ -43,7 +43,7 @@ export const TagLibraryApi = { return await request.delete({ url: `/system/tag-library/delete?id=` + id }) }, - // 删除企业标签 + // 删除企业标签 tagLibraryList: async (codeList: string) => { return await request.get({ url: `/system/tag-library/list?` + codeList }) }, @@ -52,4 +52,10 @@ export const TagLibraryApi = { exportTagLibrary: async (params) => { return await request.download({ url: `/system/tag-library/export-excel`, params }) }, + /** + * 获取标签列表 + */ + getTagList: async (params: any) => { + return await request.get({ url: `/system/tag-library/pageInfo`, params }) + } } diff --git a/src/components/ContentWrap/src/ContentWrap.vue b/src/components/ContentWrap/src/ContentWrap.vue index e603596..8847219 100644 --- a/src/components/ContentWrap/src/ContentWrap.vue +++ b/src/components/ContentWrap/src/ContentWrap.vue @@ -11,7 +11,7 @@ const prefixCls = getPrefixCls('content-wrap') defineProps({ title: propTypes.string.def(''), message: propTypes.string.def(''), - bodyStyle: propTypes.object.def({ padding: '10px' }) + bodyStyle: propTypes.object.def({ padding: '40px' }) }) diff --git a/src/components/Dialog/src/Dialog.vue b/src/components/Dialog/src/Dialog.vue index c38eb83..b0d81dd 100644 --- a/src/components/Dialog/src/Dialog.vue +++ b/src/components/Dialog/src/Dialog.vue @@ -62,11 +62,9 @@ const dialogStyle = computed(() => { @@ -78,14 +76,6 @@ const dialogStyle = computed(() => {
- { height: 54px; padding: 0; margin-right: 0 !important; - border-bottom: 1px solid var(--el-border-color); } &__body { @@ -130,7 +119,6 @@ const dialogStyle = computed(() => { } &__footer { - border-top: 1px solid var(--el-border-color); } &__headerbtn { diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 00b66f1..8b1c97e 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -2,3 +2,24 @@ $namespace: v; // el命名空间 $elNamespace: el; + +.el-form--inline { + display: flex; + gap: 40px; + margin-bottom: 0; + .el-form-item { + margin-right: 0; + margin-bottom: 0; + .el-form-item__label { + width: fit-content; + } + } +} + +.el-table { + border: 1px solid #ebeef5; + --el-table-header-bg-color: #f5f7fa; + .el-table__header { + color: #909399; + } +} diff --git a/src/views/system/taglibrary/form.vue b/src/views/system/taglibrary/form.vue index dfff1b2..4245e24 100644 --- a/src/views/system/taglibrary/form.vue +++ b/src/views/system/taglibrary/form.vue @@ -7,31 +7,16 @@ label-width="100px" v-loading="formLoading" > - - + + + + - - + - - - - - - - + + + + diff --git a/src/views/task/create.vue b/src/views/task/create.vue index 94c9207..e8607fa 100644 --- a/src/views/task/create.vue +++ b/src/views/task/create.vue @@ -46,21 +46,21 @@ /> - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + 搜索 @@ -198,14 +198,15 @@
-
+
- + 企业名称:{{ item.enterprisesName }}
- 区域: - 规模: -
+ 区域: + + 规模: +
@@ -228,13 +229,18 @@ 提 交 - 审核通过 - 审核通过 + 删除 + >删除