Merge remote-tracking branch 'origin/feature/v1.2灵机空间-内容上传审核_rxd' into test

This commit is contained in:
rd
2025-08-15 16:31:20 +08:00
4 changed files with 4 additions and 2 deletions

View File

@ -154,7 +154,7 @@ export default {
<icon-oblique-line size="12" class="color-#C9CDD4 mx-4px" />
<span class="cts bold !color-#1D2129">内容稿件详情</span>
</div>
<div class="flex-1 overflow-y-auto bg-#fff rounded-8px border-1px border-#D7D7D9 border-solid py-32px">
<div class="flex-1 bg-#fff rounded-8px border-1px border-#D7D7D9 border-solid py-32px">
<div class="w-684px mx-auto flex flex-col items-center">
<div class="flex justify-start flex-col w-full">
<p class="mb-8px cts bold !text-28px !lh-40px !color-#211F24">{dataSource.value.title}</p>

View File

@ -2,6 +2,7 @@ $footer-height: 68px;
.manuscript-detail-wrap {
width: 100%;
height: calc(100% - 72px);
margin-bottom: 72px;
.cts {
color: #939499;
font-family: $font-family-regular;

View File

@ -153,7 +153,7 @@ export default {
<icon-oblique-line size="12" class="color-#C9CDD4 mx-4px" />
<span class="cts bold !color-#1D2129">内容稿件详情</span>
</div>
<div class="flex-1 overflow-y-auto bg-#fff rounded-8px border-1px border-#D7D7D9 border-solid py-32px">
<div class="flex-1 bg-#fff rounded-8px border-1px border-#D7D7D9 border-solid py-32px">
<div class="w-684px mx-auto flex flex-col items-center">
<div class="flex justify-start flex-col w-full">
<p class="mb-8px cts bold !text-28px !lh-40px !color-#211F24">{dataSource.value.title}</p>

View File

@ -2,6 +2,7 @@ $footer-height: 68px;
.manuscript-detail-wrap {
width: 100%;
height: calc(100% - 72px);
margin-bottom: 72px;
.cts {
color: #939499;
font-family: $font-family-regular;