refactor: branch form
This commit is contained in:
parent
a1f691a613
commit
fb076fc074
15 changed files with 651 additions and 274 deletions
|
|
@ -211,7 +211,6 @@ const currentTab = defineModel<string>('currentTab');
|
|||
<!-- center -->
|
||||
<div
|
||||
v-if="!noAppBox"
|
||||
bordered
|
||||
class="column surface-1 bordered rounded col"
|
||||
:class="`${$slots.prepend ? ($q.screen.gt.sm ? 'col-10' : 'col-12') : $slots.append ? 'col-6' : 'col-12'} ${!noPaddingTab && 'q-pt-lg q-pl-lg'} ${$q.screen.gt.sm && 'full-height scroll'}`"
|
||||
style="padding-right: 0; padding-bottom: 16px"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue