refactor: adjust gutter spacing in setting list item

This commit is contained in:
Shishkevich D. 2025-04-04 08:18:57 +00:00
parent e132b29485
commit 3aca18c9de

View file

@ -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>