Commit 69f8e84f authored by chenqikuai's avatar chenqikuai

fix

parent 9e17ae8d
src/assets/img/link.png

971 Bytes | W: | H:

src/assets/img/link.png

1.05 KB | W: | H:

src/assets/img/link.png
src/assets/img/link.png
src/assets/img/link.png
src/assets/img/link.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<div class="time">{{ formatTime(data?.create_time) }}</div> <div class="time">{{ formatTime(data?.create_time) }}</div>
<div <div
class="flex" class="flex"
style="font-size: 12px; font-weight: 400; line-height: 40px" style="font-size: 14px; font-weight: 400; line-height: 40px"
> >
<div <div
class="w-1/2" class="w-1/2"
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
</div> </div>
<div <div
class="flex flex-wrap" class="flex flex-wrap"
style="color: var(--sy-gray); font-size: 12px; font-weight: 400" style="color: var(--sy-gray); font-size: 14px; font-weight: 400"
> >
<div class="w-1/2 content"> <div class="w-1/2 content">
作品名称: 作品名称:
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
</div> </div>
<div <div
class="flex" class="flex"
style="color: var(--sy-gray); font-size: 12px; font-weight: 400" style="color: var(--sy-gray); font-size: 14px; font-weight: 400"
> >
<div class="w-1/2"> <div class="w-1/2">
<div class="content"> <div class="content">
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<syHeaderNavBar @back="() => $router.back()" @close="() => $router.back()" <syHeaderNavBar @back="() => $router.back()" @close="() => $router.back()"
>{{ data?.authentication_name }} >{{ data?.authentication_name }}
</syHeaderNavBar> </syHeaderNavBar>
<ModuleContainer class="mx-auto" style="width: 858px; margin-top: 17px"> <ModuleContainer class="mx-auto" style="width: 1200px; margin-top: 17px">
<div class="overflow-hidden"> <div class="overflow-hidden">
<div <div
class="title" class="title"
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</div> </div>
<div <div
class="flex flex-wrap" class="flex flex-wrap"
style="color: var(--sy-gray); font-size: 12px; font-weight: 400" style="color: var(--sy-gray); font-size: 14px; font-weight: 400"
> >
<div class="w-1/2 content"> <div class="w-1/2 content">
姓名/名称: 姓名/名称:
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
</div> </div>
<div <div
class="flex" class="flex"
style="color: var(--sy-gray); font-size: 12px; font-weight: 400" style="color: var(--sy-gray); font-size: 14px; font-weight: 400"
> >
<div class="w-1/2"> <div class="w-1/2">
<div class="content"> <div class="content">
......
...@@ -3,12 +3,12 @@ export const tableColumns = [ ...@@ -3,12 +3,12 @@ export const tableColumns = [
{ {
label: "备案人", label: "备案人",
prop: "authentication_name", prop: "authentication_name",
// minWidth: 300, minWidth: 300,
}, },
{ {
label: "证件号码", label: "证件号码",
prop: "authentication_subject_nature_code", prop: "authentication_subject_nature_code",
// minWidth: 280, width: 280,
}, },
{ {
label: "证件附件", label: "证件附件",
...@@ -24,6 +24,6 @@ export const tableColumns = [ ...@@ -24,6 +24,6 @@ export const tableColumns = [
{ {
label: "操作", label: "操作",
slotName: "operate", slotName: "operate",
// minWidth: 100, width: 100,
}, },
] as iTableColumn[]; ] as iTableColumn[];
...@@ -3,12 +3,12 @@ export const tableColumns = [ ...@@ -3,12 +3,12 @@ export const tableColumns = [
{ {
label: "版权名称", label: "版权名称",
prop: "record_work_name", prop: "record_work_name",
// minWidth: 300, minWidth: 300,
}, },
{ {
label: "备案号", label: "备案号",
prop: "record_no", prop: "record_no",
// minWidth: "280", width: "200",
}, },
{ {
label: "作品类型", label: "作品类型",
...@@ -18,7 +18,7 @@ export const tableColumns = [ ...@@ -18,7 +18,7 @@ export const tableColumns = [
{ {
label: "提交日期", label: "提交日期",
slotName: "create_time", slotName: "create_time",
// minWidth: "280", width: "200",
}, },
{ {
label: "当前状态", label: "当前状态",
...@@ -29,6 +29,6 @@ export const tableColumns = [ ...@@ -29,6 +29,6 @@ export const tableColumns = [
{ {
label: "操作", label: "操作",
slotName: "operate", slotName: "operate",
// minWidth: "100", width: "100",
}, },
] as iTableColumn[]; ] as iTableColumn[];
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
v-loading="loading" v-loading="loading"
height="100%" height="100%"
element-loading-text="加载中..." element-loading-text="加载中..."
class="draftBoxTable"
> >
<template #record_work_name="slotProps"> <template #record_work_name="slotProps">
<div <div
...@@ -36,8 +37,8 @@ ...@@ -36,8 +37,8 @@
:margin-left="-50" :margin-left="-50"
> >
<Icon <Icon
icon-name="iconbianzu7" icon-name="iconbianzu7-copy"
style="font-size: 40px" style="font-size: 26px"
class="cursor-pointer" class="cursor-pointer"
></Icon> ></Icon>
</syMoreOperate> </syMoreOperate>
...@@ -117,3 +118,11 @@ const handleClickItem = (value: any, slotProps: any) => { ...@@ -117,3 +118,11 @@ const handleClickItem = (value: any, slotProps: any) => {
line-height: 20px; line-height: 20px;
} }
</style> </style>
<style lang="scss">
.draftBoxTable {
.el-table__cell {
height: 50px;
}
}
</style>
<template> <template>
<LayoutVue> <LayoutVue>
<div class="flex flex-col w-full h-full"> <div class="flex flex-col w-full h-full">
<div class="flex items-center"> <div class="flex items-center flex-shrink-0">
<Search v-model="searchValue" placeholder="搜索名称/备案号"></Search> <Search v-model="searchValue" placeholder="搜索名称/备案号"></Search>
<Avatar class="ml-7"></Avatar> <Avatar class="ml-7"></Avatar>
</div> </div>
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
> >
</div> --> </div> -->
</div> </div>
<div class="flex-grow overflow-hidden"> <div class="flex-grow overflow-hidden mt-4">
<DraftBoxTable <DraftBoxTable
ref="DraftBoxTableRef" ref="DraftBoxTableRef"
:loading="loading" :loading="loading"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment