fix: edit column window size for mobile
This commit is contained in:
parent
c62faae5b8
commit
e30d5bfa31
@ -102,14 +102,14 @@
|
|||||||
size="md"
|
size="md"
|
||||||
:label="__('Label')"
|
:label="__('Label')"
|
||||||
v-model="column.label"
|
v-model="column.label"
|
||||||
class="w-full"
|
class="sm:w-full w-52"
|
||||||
:placeholder="__('First Name')"
|
:placeholder="__('First Name')"
|
||||||
/>
|
/>
|
||||||
<FormControl
|
<FormControl
|
||||||
type="text"
|
type="text"
|
||||||
size="md"
|
size="md"
|
||||||
:label="__('Width')"
|
:label="__('Width')"
|
||||||
class="w-full"
|
class="sm:w-full w-52"
|
||||||
v-model="column.width"
|
v-model="column.width"
|
||||||
placeholder="10rem"
|
placeholder="10rem"
|
||||||
:description="
|
:description="
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user