feat: init split layouts

This commit is contained in:
Liyas Thomas
2021-07-06 17:31:18 +00:00
committed by GitHub
parent 93d373c032
commit fc5a5aad8d
35 changed files with 1204 additions and 1061 deletions

View File

@@ -7,7 +7,7 @@
<template #body>
<ul>
<li>
<div class="row-wrapper">
<div class="flex flex-1">
<label>{{ $t("label") }}</label>
</div>
</li>
@@ -25,7 +25,7 @@
</ul>
<ul>
<li>
<div class="row-wrapper">
<div class="flex flex-1">
<label for="memberList">{{ $t("team_member_list") }}</label>
<div></div>
</div>

View File

@@ -1,5 +1,5 @@
<template>
<div class="row-wrapper">
<div class="flex flex-1">
<div>
<ButtonSecondary
v-tippy="{ theme: 'tooltip' }"

View File

@@ -23,7 +23,7 @@
:editingteam-i-d="editingteamID"
@hide-modal="displayModalEdit(false)"
/>
<div class="row-wrapper">
<div class="flex flex-1">
<div>
<ButtonSecondary
icon="add"