diff --git a/src/assets/css/temporary.css b/src/assets/css/temporary.css
index daf432d..990371c 100644
--- a/src/assets/css/temporary.css
+++ b/src/assets/css/temporary.css
@@ -1,4 +1,4 @@
-.addDeal, .p-dialog {
+.addDeal, .p-dialog, .p-component {
.p-2 {
padding: calc(var(--spacing) * 2)!important;
}
@@ -96,6 +96,12 @@
.block {
display: block;
}
+ .d-flex {
+ display: flex;
+ }
+ .align-items-center {
+ align-items: center;
+ }
.font-medium {
--tw-font-weight: var(--font-weight-medium);
font-weight: var(--font-weight-medium);
@@ -103,4 +109,31 @@
.text-sm {
font-size: var(--text-sm);
}
+}
+
+.emp-avatar {
+ width: 32px;
+ height: 32px;
+ min-width: 32px;
+ border-radius: 50%;
+ object-fit: cover;
+ background-color: #e0e0e0;
+ color: #666;
+ font-size: 11px;
+ font-weight: 600;
+ text-align: center;
+ line-height: 32px;
+}
+
+.emp-avatar img {
+ width: 32px;
+ height: 32px;
+ object-fit: cover;
+ border-radius: 50%;
+}
+
+.p-multiselect-overlay .emp-avatar {
+ display: flex;
+ align-items: center;
+ justify-content: center;
}
\ No newline at end of file
diff --git a/src/components/deal/addEdit/EmployeeAddModal.vue b/src/components/deal/addEdit/EmployeeAddModal.vue
index f6e80f8..5a63fe2 100644
--- a/src/components/deal/addEdit/EmployeeAddModal.vue
+++ b/src/components/deal/addEdit/EmployeeAddModal.vue
@@ -17,6 +17,14 @@
+