mirror of https://github.com/rancher/dashboard.git
Window Manager, fix bottom actions layout
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
1b71ccf8e7
commit
53f9282841
|
|
@ -463,7 +463,7 @@ export default {
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</Select>
|
</Select>
|
||||||
<div class="log-action ml-5">
|
<div class="log-action log-action-group ml-5">
|
||||||
<button
|
<button
|
||||||
class="btn bg-primary wm-btn"
|
class="btn bg-primary wm-btn"
|
||||||
:disabled="isFollowing"
|
:disabled="isFollowing"
|
||||||
|
|
@ -503,7 +503,7 @@ export default {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="log-action ml-5">
|
<div class="log-action log-action-group ml-5">
|
||||||
<v-popover
|
<v-popover
|
||||||
trigger="click"
|
trigger="click"
|
||||||
placement="top"
|
placement="top"
|
||||||
|
|
@ -543,7 +543,7 @@ export default {
|
||||||
</v-popover>
|
</v-popover>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="log-action ml-5">
|
<div class="log-action log-action-group ml-5">
|
||||||
<input
|
<input
|
||||||
v-model="search"
|
v-model="search"
|
||||||
class="input-sm"
|
class="input-sm"
|
||||||
|
|
@ -654,10 +654,23 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.log-action-group {
|
||||||
|
display: flex;
|
||||||
|
gap: 3px;
|
||||||
|
|
||||||
|
.input-sm {
|
||||||
|
min-width: 180px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.log-previous {
|
.log-previous {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
min-width: 175px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
text-overflow : ellipsis;
|
||||||
|
overflow : hidden;
|
||||||
|
white-space : nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
|
|
|
||||||
|
|
@ -93,6 +93,8 @@ export default {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
// line-height: $title-height - 4px;
|
// line-height: $title-height - 4px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
overflow-x: auto;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue