feat: 修改稿件审核id逻辑

This commit is contained in:
rd
2025-08-06 16:31:33 +08:00
parent 3fb274fbda
commit 86f01e7ea5
12 changed files with 174 additions and 96 deletions

View File

@ -61,7 +61,7 @@ provide('toggleDrawerMenu', () => {
</script>
<template>
<a-layout :class="['layout', { mobile: appStore.hideMenu }]">
<a-layout :class="['layout', { mobile: appStore.hideMenu }]" class="h-100vh flex flex-col w-full">
<JoinModal v-model:visible="joinEnterpriseVisible" ref="joinModalRef" />
<div v-if="navbar" class="layout-navbar">
<base-navbar />
@ -111,8 +111,8 @@ provide('toggleDrawerMenu', () => {
$layout-max-width: 1100px;
.layout {
width: 100%;
height: 100%;
// width: 100%;
// height: 100%;
}
.layout-navbar {
position: fixed;
@ -167,7 +167,7 @@ $layout-max-width: 1100px;
}
.layout-content {
min-width: 1366px;
min-height: 100vh;
height: 100%;
overflow-y: hidden;
background-color: var(--color-fill-2);
transition: padding 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);