WIP Исправление всплывающего окна в процессе

This commit is contained in:
Daria Golova
2023-01-18 18:23:57 +03:00
parent 1283ea08f5
commit 9710ca9125
2 changed files with 15 additions and 19 deletions

View File

@@ -12,14 +12,24 @@
:class="{'row-overlay-color': rowOverlay}"
)
.dots-wrapper.flex.items-center.px-2
.relative.dots-button.icon-dots.cursor-pointer.leading-6.text-center(
//.relative.dots-button.icon-dots.cursor-pointer.leading-6.text-center(
v-show="!isOpenChange && !rowOverlay",
:tabindex="1",
@click="(e) => openPopup(e)",
@blur="handleUnFocusPopup"
//)
q-btn(
icon="app:icon-dots",
size="12px",
class="dots-button",
@click.stop,
v-show="!isOpenChange && !rowOverlay",
round,
dense,
no-caps,
padding="2px"
)
clients-action-popup(
v-if="isOpenPopup",
:open-change-data="openChangeData",
:disabled-delete="!!deletedClientId && !rowOverlay",
@delete-client="transmitDeleteClient",
@@ -125,7 +135,6 @@ import ClientsActionPopup from "@/pages/clients/components/ClientsActionPopup";
import ClientsTableCheckbox from "@/pages/clients/components/ClientsTableCheckbox";
import ClientDetailInfoWrapper from "@/pages/clients/components/ClientDetailInfoWrapper";
import BaseButton from "@/components/base/BaseButton";
import BaseModal from "@/components/base/BaseModal";
import { fetchWrapper } from "@/shared/fetchWrapper";
import { column } from "@/pages/clients/utils/tableConfig";
import TheNotificationProvider from "@/components/Notifications/TheNotificationProvider";
@@ -136,7 +145,6 @@ export default {
name: "ClientsTableRow",
components: {
BaseButton,
BaseModal,
ClientsTableCheckbox,
ClientsActionPopup,
TableCellBodyName,
@@ -765,9 +773,6 @@ export default {
.dots
min-width: 14px
.dots-button
width: 20px
height: 20px
border-radius: 50%
color: var(--font-grey-color)
&:hover
background-color: var(--btn-blue-color)