feat: 素材中心成品库-客户端处理

This commit is contained in:
rd
2025-08-23 13:55:25 +08:00
parent 75874d88dc
commit 786d36ab0d
64 changed files with 7187 additions and 313 deletions

View File

@ -1,7 +1,7 @@
$footer-height: 68px;
.manuscript-check-wrap {
width: 100%;
height: calc(100% - 72px);
height: calc(100% - ($footer-height - $layout-padding-bottom));
.cts {
color: #939499;
font-family: $font-family-regular;

View File

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

View File

@ -1,6 +1,6 @@
$footer-height: 68px;
.manuscript-edit-wrap {
height: calc(100% - 72px);
height: calc(100% - ($footer-height - $layout-padding-bottom));
display: flex;
flex-direction: column;
.cts {

View File

@ -1,6 +1,6 @@
$footer-height: 68px;
.manuscript-upload-wrap {
height: calc(100% - 72px);
height: calc(100% - ($footer-height - $layout-padding-bottom));
.cts,
:deep(.overflow-text) {
color: #939499;