WIP Поправила часть иконок
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
:icon-left="!searchClient"
|
||||
)
|
||||
template(v-slot:iconLeft, v-if="!searchClient")
|
||||
q-icon(name="app:search", size="18px")
|
||||
q-icon.search-icon(name="app:search", size="20px")
|
||||
base-button(
|
||||
v-if="createdClientName === ''",
|
||||
@click="searchLastName",
|
||||
@@ -31,12 +31,12 @@
|
||||
type="secondary",
|
||||
width="64px"
|
||||
)
|
||||
q-icon(name="app:export", size="16px")
|
||||
q-icon.export(name="app:export", size="20px")
|
||||
base-button(
|
||||
@click="openForm",
|
||||
width="144px"
|
||||
)
|
||||
q-icon(name="app:plus", size="12px", left)
|
||||
q-icon.plus(name="app:plus", size="24px", left)
|
||||
span Создать
|
||||
</template>
|
||||
|
||||
@@ -96,7 +96,16 @@ export default {
|
||||
.input
|
||||
min-width: 280px
|
||||
.on-left
|
||||
margin-right: 10px
|
||||
margin-right: 6px
|
||||
.search :deep(.q-field__prepend)
|
||||
padding-right: 6px !important
|
||||
|
||||
.search-icon :deep(path)
|
||||
fill: var(--font-grey-color)
|
||||
|
||||
.export :deep(path)
|
||||
fill: var(--btn-blue-color)
|
||||
|
||||
.plus :deep(path)
|
||||
fill: var(--default-white)
|
||||
</style>
|
||||
|
||||
@@ -67,23 +67,23 @@ export const column = [
|
||||
settings: [
|
||||
{
|
||||
id: "VK",
|
||||
icon: "app:icon-vk",
|
||||
icon: "app:vk",
|
||||
},
|
||||
{
|
||||
id: "TELEGRAM",
|
||||
icon: "app:icon-tg",
|
||||
icon: "app:tg",
|
||||
},
|
||||
{
|
||||
id: "GMAIL",
|
||||
icon: "app:icon-google",
|
||||
icon: "app:google",
|
||||
},
|
||||
{
|
||||
id: "SLACK",
|
||||
icon: "app:icon-slack",
|
||||
icon: "app:slack",
|
||||
},
|
||||
{
|
||||
id: "DISCORD",
|
||||
icon: "app:icon-discord",
|
||||
icon: "app:discord",
|
||||
},
|
||||
{
|
||||
id: "VIBER",
|
||||
|
||||
Reference in New Issue
Block a user