feat: 素材中心成品库-客户端处理
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user