[WIP] Изменил ширину столбцов клиентов, добавил ограничение на поле email

This commit is contained in:
megavrilinvv
2022-12-12 13:27:21 +03:00
parent 1d78f05934
commit 8c2ded8758
9 changed files with 50 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.flex.box-border.px-4.items-center.w-full.gap-x-2(:style="{ minWidth : width + 'px' }")
.flex.box-border.px-4.items-center.w-full.gap-x-2(:style="{ minWidth : width + 'px', maxWidth : width + 'px' }")
.flex.gap-x-2.items-center(v-if="!isOpenChange")
.dot.w-2.h-2(:style="{ backgroundColor: prioritySettings.settings.find((el) => el.text == value.priority).color }")
span.text-sm(:style="{ color: prioritySettings.settings.find((el) => el.text == value.priority).color }") {{value.priority}}