refactor: body section bordered & overflow
This commit is contained in:
parent
557eb9bf12
commit
e3341d13be
7 changed files with 10 additions and 12 deletions
|
|
@ -973,7 +973,10 @@ watch(currentHq, () => {
|
|||
/>
|
||||
</transition>
|
||||
|
||||
<div class="col surface-2 rounded" :no-padding="!!branchData.total">
|
||||
<div
|
||||
class="col surface-2 rounded bordered overflow-hidden"
|
||||
:no-padding="!!branchData.total"
|
||||
>
|
||||
<template v-if="stats.length === 3 && !stats[0]?.count">
|
||||
<div class="full-width full-height column">
|
||||
<div class="self-end q-ma-md">
|
||||
|
|
|
|||
|
|
@ -827,8 +827,7 @@ watch(
|
|||
|
||||
<!-- main -->
|
||||
<div
|
||||
class="col surface-2 rounded justify-between column no-wrap bordered full-height"
|
||||
style="overflow: hidden"
|
||||
class="col surface-2 rounded justify-between column no-wrap bordered full-height overflow-hidden"
|
||||
>
|
||||
<div class="column">
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -846,8 +846,7 @@ const emptyCreateDialog = ref(false);
|
|||
|
||||
<!-- main -->
|
||||
<div
|
||||
class="surface-2 bordered rounded col column full-width"
|
||||
style="overflow: hidden"
|
||||
class="surface-2 bordered rounded col column full-width overflow-hidden"
|
||||
>
|
||||
<!-- tabs -->
|
||||
<div class="column">
|
||||
|
|
|
|||
|
|
@ -344,7 +344,7 @@ watch([() => pageState.inputSearch, workflowPageSize], fetchWorkflowList);
|
|||
</transition>
|
||||
|
||||
<!-- SEC: header content -->
|
||||
<section class="col surface-1 rounded">
|
||||
<section class="col surface-1 rounded bordered overflow-hidden">
|
||||
<div class="column full-height">
|
||||
<header
|
||||
class="row surface-3 justify-between full-width items-center bordered-b"
|
||||
|
|
|
|||
|
|
@ -1696,10 +1696,7 @@ watch(
|
|||
</div>
|
||||
</transition>
|
||||
|
||||
<div
|
||||
class="column col rounded bordered"
|
||||
style="flex-wrap: nowrap; overflow: hidden"
|
||||
>
|
||||
<div class="column col rounded bordered overflow-hidden no-wrap">
|
||||
<q-splitter
|
||||
v-model="splitterModel"
|
||||
:limits="[0, 100]"
|
||||
|
|
|
|||
|
|
@ -436,7 +436,7 @@ async function storeDataLocal(id: string) {
|
|||
</transition>
|
||||
|
||||
<!-- SEC: header content -->
|
||||
<header class="col surface-1 rounded">
|
||||
<header class="col surface-1 rounded bordered overflow-hidden">
|
||||
<div class="column full-height">
|
||||
<section
|
||||
class="row surface-3 justify-between full-width items-center bordered-b"
|
||||
|
|
|
|||
|
|
@ -314,7 +314,7 @@ watch(
|
|||
</transition>
|
||||
|
||||
<!-- SEC: header content -->
|
||||
<section class="col surface-1 rounded" style="overflow: hidden">
|
||||
<section class="col surface-1 rounded bordered overflow-hidden">
|
||||
<div class="column full-height">
|
||||
<header
|
||||
class="row surface-3 justify-between full-width items-center bordered-b"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue