mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
refactor: adjust gutter spacing in setting list item
This commit is contained in:
parent
e132b29485
commit
3aca18c9de
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{{define "component/settingListItem"}}
|
{{define "component/settingListItem"}}
|
||||||
<a-list-item :style="{ padding: padding }">
|
<a-list-item :style="{ padding: padding }">
|
||||||
<a-row>
|
<a-row :gutter="[8,16]">
|
||||||
<a-col :lg="24" :xl="12">
|
<a-col :lg="24" :xl="12">
|
||||||
<a-list-item-meta>
|
<a-list-item-meta>
|
||||||
<template #title>
|
<template #title>
|
||||||
|
|
Loading…
Reference in a new issue