Фикс багов дизайна
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
rounded,
|
||||
@click="removeImage(data?.dataKey, field?.key)"
|
||||
)
|
||||
q-icon(name="app:icon-cancel", size="8px")
|
||||
q-icon.icon-cancel(name="app:cancel", size="8px")
|
||||
.replace-photo.font-medium.text-base.cursor-pointer(
|
||||
v-if="isEdit",
|
||||
@click="openModal(data.dataKey)",
|
||||
@@ -370,6 +370,8 @@ export default {
|
||||
min-width: 302px
|
||||
.icon-copy .cursor
|
||||
cursor: pointer !important
|
||||
.icon-cancel :deep(path)
|
||||
fill: var(--default-white)
|
||||
.q-badge
|
||||
padding: 4px
|
||||
cursor: pointer
|
||||
|
||||
Reference in New Issue
Block a user