unnecessary class deleted

This commit is contained in:
batuhanbas
2020-01-13 12:26:52 +03:00
parent 7411808d5b
commit 12038755e1
6 changed files with 14 additions and 22 deletions

View File

@ -11,8 +11,7 @@
placeholder="Type to search.."
name="search"
type="text"
class="form-control form-control-sm table-header-search"
style="width: 100%;">
class="form-control form-control-sm w-100">
<div class="dropdown-menu"
ref="menu"
:class="[{'dropdown-menu-right': position === 'right'}, {show: isOpen}, menuClasses]"