Мелкие поправки

This commit is contained in:
Book Pauk
2021-10-27 04:10:19 +07:00
parent ce704c5e26
commit ff52602c3a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="column no-wrap">
<div ref="header" class="header" v-show="toolBarActive">
<div v-show="toolBarActive" ref="header" class="header">
<div ref="buttons" class="row justify-between no-wrap">
<div>
<button ref="loader" class="tool-button" :class="buttonActiveClass('loader')" @click="buttonClick('loader')" v-ripple>

View File

@@ -6,7 +6,7 @@
<slot name="header"></slot>
</div>
<div class="close-icon column justify-center items-center">
<q-btn flat round dense v-close-popup>
<q-btn v-close-popup flat round dense>
<q-icon name="la la-times" size="18px"></q-icon>
</q-btn>
</div>