Merge remote-tracking branch 'origin/feature/v1.3_主agent_rxd' into test

This commit is contained in:
rd
2025-09-01 17:42:26 +08:00
4 changed files with 12 additions and 2 deletions

View File

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

View File

@ -1,7 +1,12 @@
$footer-height: 68px; $footer-height: 68px;
$content-padding-y: 32px;
.manuscript-detail-wrap { .manuscript-detail-wrap {
width: 100%; width: 100%;
height: calc(100% - ($footer-height - $layout-padding-bottom)); height: calc(100% - ($footer-height - $layout-padding-bottom));
.content {
padding-top: $content-padding-y;
padding-bottom: calc($footer-height - $layout-padding-bottom + $content-padding-y);
}
.cts { .cts {
color: #939499; color: #939499;
font-family: $font-family-regular; font-family: $font-family-regular;

View File

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

View File

@ -1,7 +1,12 @@
$footer-height: 68px; $footer-height: 68px;
$content-padding-y: 32px;
.manuscript-detail-wrap { .manuscript-detail-wrap {
width: 100%; width: 100%;
height: calc(100% - ($footer-height - $layout-padding-bottom)); height: calc(100% - ($footer-height - $layout-padding-bottom));
.content {
padding-top: $content-padding-y;
padding-bottom: calc($footer-height - $layout-padding-bottom + $content-padding-y);
}
.cts { .cts {
color: #939499; color: #939499;
font-family: $font-family-regular; font-family: $font-family-regular;