mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-11 00:41:41 +08:00
Fix task page layout [SCI-6950]
This commit is contained in:
parent
ddbcbbd6e8
commit
11b62cca7b
2 changed files with 3 additions and 2 deletions
|
|
@ -9,9 +9,10 @@
|
||||||
.content-pane.my-modules-protocols-index {
|
.content-pane.my-modules-protocols-index {
|
||||||
background-color: $color-alto;
|
background-color: $color-alto;
|
||||||
margin: 0 -16px;
|
margin: 0 -16px;
|
||||||
|
min-height: calc(100vh - var(--navbar-height) * 2);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 36px 10px 10px;
|
padding: 36px 10px 10px;
|
||||||
width: calc(100% + 31px) ;
|
width: calc(100% + 31px);
|
||||||
|
|
||||||
.my-module-position-container {
|
.my-module-position-container {
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
<li v-if="canDeleteSteps">
|
<li v-if="canDeleteSteps">
|
||||||
<a
|
<a
|
||||||
data-turbolinks="false"
|
data-turbolinks="false"
|
||||||
@click.prevent="openStepsDeletingModal()()"
|
@click.prevent="openStepsDeletingModal()"
|
||||||
>
|
>
|
||||||
<span class="fas fa-trash"></span>
|
<span class="fas fa-trash"></span>
|
||||||
<span>{{
|
<span>{{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue