adminforth 2.72.0-next.2 → 2.72.1-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,9 +10,13 @@
|
|
|
10
10
|
v-model="search"
|
|
11
11
|
@click="inputClick"
|
|
12
12
|
@input="inputInput"
|
|
13
|
-
class="block w-full pl-3 pr-10 py-2
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
class="af-page-size-btn block w-full h-[34px] pl-3 pr-10 py-2 text-left
|
|
14
|
+
text-sm font-medium transition-all border outline-none rounded-default
|
|
15
|
+
bg-lightListViewButtonBackground text-lightListViewButtonText border-lightListViewButtonBorder
|
|
16
|
+
placeholder-lightDropdownButtonsPlaceholderText dark:placeholder-darkDropdownButtonsPlaceholderText
|
|
17
|
+
dark:bg-darkListViewButtonBackground dark:text-darkListViewButtonText dark:border-darkListViewButtonBorder
|
|
18
|
+
dark:hover:text-darkListViewButtonTextHover dark:hover:bg-darkListViewButtonBackgroundHover
|
|
19
|
+
hover:bg-lightListViewButtonBackgroundHover hover:text-lightListViewButtonTextHover"
|
|
16
20
|
:class="[{'cursor-pointer': searchDisabled}, classesForInput]"
|
|
17
21
|
autocomplete="off" data-custom="no-autofill"
|
|
18
22
|
:placeholder="
|
|
@@ -32,7 +36,7 @@
|
|
|
32
36
|
|
|
33
37
|
<div class="absolute inset-y-0 right-2 flex items-center pointer-events-none">
|
|
34
38
|
<!-- triangle icon -->
|
|
35
|
-
<IconCaretDownSolid class="h-
|
|
39
|
+
<IconCaretDownSolid class="h-4 w-4 text-lightPrimary dark:text-darkPrimary opacity-50 transition duration-150 ease-in"
|
|
36
40
|
:class="{ 'transform rotate-180': showDropdown }"
|
|
37
41
|
/>
|
|
38
42
|
</div>
|