mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix(UI): modal processes list does not regain size on window resize
This commit is contained in:
@ -33,7 +33,7 @@
|
|||||||
class="slider no-border"
|
class="slider no-border"
|
||||||
type="range"
|
type="range"
|
||||||
min="0"
|
min="0"
|
||||||
max="30"
|
max="15"
|
||||||
step="0.5"
|
step="0.5"
|
||||||
@change="setRefreshInterval"
|
@change="setRefreshInterval"
|
||||||
>
|
>
|
||||||
@ -296,6 +296,10 @@ export default {
|
|||||||
.modal-container {
|
.modal-container {
|
||||||
max-width: 75vw;
|
max-width: 75vw;
|
||||||
margin-top: 10vh;
|
margin-top: 10vh;
|
||||||
|
|
||||||
|
.modal-body {
|
||||||
|
height: 80vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<TextEditor
|
<TextEditor
|
||||||
:value="row.info"
|
:value="row.info || ''"
|
||||||
editor-class="textarea-editor"
|
editor-class="textarea-editor"
|
||||||
:mode="editorMode"
|
:mode="editorMode"
|
||||||
:read-only="true"
|
:read-only="true"
|
||||||
|
Reference in New Issue
Block a user