【更新】优化row的gutter

dev
xuyuxiang 2025-09-19 22:00:37 +08:00
parent d765722ce7
commit 42663fd094
12 changed files with 12 additions and 12 deletions

View File

@ -24,7 +24,7 @@
<a-col :span="11">
<div class="table-operator xn-mb10">
<a-form ref="searchFormRef" :model="searchFormState">
<a-row :gutter="24">
<a-row :gutter="10">
<a-col :span="12">
<a-form-item name="searchKey">
<a-input v-model:value="searchFormState.searchKey" placeholder="请输入机构名" />

View File

@ -24,7 +24,7 @@
<a-col :span="11">
<div class="table-operator xn-mb10">
<a-form ref="searchFormRef" :model="searchFormState">
<a-row :gutter="24">
<a-row :gutter="10">
<a-col :span="12">
<a-form-item name="searchKey">
<a-input v-model:value="searchFormState.searchKey" placeholder="请输入职位名" />

View File

@ -24,7 +24,7 @@
<a-col :span="11">
<div class="table-operator xn-mb10">
<a-form ref="searchFormRef" :model="searchFormState">
<a-row :gutter="24">
<a-row :gutter="10">
<a-col :span="12">
<a-form-item name="searchKey">
<a-input v-model:value="searchFormState.searchKey" placeholder="请输入角色名" />

View File

@ -24,7 +24,7 @@
<a-col :span="11">
<div class="table-operator xn-mb10">
<a-form ref="searchFormRef" :model="searchFormState">
<a-row :gutter="24">
<a-row :gutter="10">
<a-col :span="12">
<a-form-item name="searchKey">
<a-input v-model:value="searchFormState.searchKey" placeholder="请输入用户名" />

View File

@ -29,7 +29,7 @@
<a-col :xs="24" :sm="24" :md="24" :lg="14" :xl="14">
<div class="table-operator xn-mb10">
<a-form ref="searchFormRef" :model="searchFormState">
<a-row :gutter="24">
<a-row :gutter="10">
<a-col :xs="24" :sm="8" :md="8" :lg="8" :xl="8">
<a-form-item name="searchKey">
<a-input v-model:value="searchFormState.searchKey" placeholder="请输入名称" />

View File

@ -43,7 +43,7 @@
<a-col :xs="24" :sm="24" :md="24" :lg="11" :xl="11">
<div class="table-operator xn-mb10">
<a-form ref="searchFormRef" :model="searchFormState">
<a-row :gutter="24">
<a-row :gutter="10">
<a-col :xs="24" :sm="8" :md="8" :lg="0" :xl="0">
<a-form-item label="上级组织:" name="parentId">
<a-tree-select

View File

@ -43,7 +43,7 @@
<a-col :xs="24" :sm="24" :md="24" :lg="11" :xl="11">
<div class="table-operator xn-mb10">
<a-form ref="searchFormRef" :model="searchFormState">
<a-row :gutter="24">
<a-row :gutter="10">
<a-col :xs="24" :sm="8" :md="8" :lg="0" :xl="0">
<a-form-item label="组织:" name="orgId">
<a-tree-select

View File

@ -43,7 +43,7 @@
<a-col :xs="24" :sm="24" :md="24" :lg="11" :xl="11">
<div class="table-operator xn-mb10">
<a-form ref="searchFormRef" :model="searchFormState">
<a-row :gutter="24">
<a-row :gutter="10">
<a-col :xs="24" :sm="8" :md="8" :lg="0" :xl="0">
<a-form-item label="组织:" name="categoryOrOrgId">
<a-tree-select

View File

@ -50,7 +50,7 @@
<a-col :xs="24" :sm="24" :md="24" :lg="11" :xl="11">
<div class="table-operator xn-mb10">
<a-form ref="searchFormRef" :model="searchFormState">
<a-row :gutter="24">
<a-row :gutter="10">
<a-col :xs="24" :sm="8" :md="8" :lg="0" :xl="0">
<a-form-item label="组织:" name="orgId">
<a-tree-select

View File

@ -1,7 +1,7 @@
<template>
<a-card :bordered="false" class="xn-mb10">
<a-form ref="searchFormRef" :model="searchFormState">
<a-row :gutter="24">
<a-row :gutter="10">
<a-col :xs="24" :sm="8" :md="8" :lg="8" :xl="8">
<a-form-item label="关键词" name="name">
<a-input v-model:value="searchFormState.name" placeholder="请输入名称关键词" />

View File

@ -2,7 +2,7 @@
<div>
<a-card :bordered="false" style="margin-bottom: 10px">
<a-form ref="searchFormRef" :model="searchFormState">
<a-row :gutter="24">
<a-row :gutter="10">
<a-col :span="8">
<a-form-item name="searchKey" label="用户关键词">
<a-input v-model:value="searchFormState.searchKey" placeholder="请输入用户关键词" />

View File

@ -9,7 +9,7 @@
<a-card :bordered="false" style="width: 100%">
<% if (searchCount > 0) { %>
<a-form ref="searchFormRef" :model="searchFormState">
<a-row :gutter="24">
<a-row :gutter="10">
<% for(var i = 0; i < configList.~size; i++) { %>
<% if(!configList[i].needTableId && configList[i].needPage) { row ++; %>
<% if(row <= 3) { %>