样式调整

This commit is contained in:
1378012178@qq.com 2025-08-12 10:32:25 +08:00
parent 7b31202b8c
commit 1e5968ac7b
7 changed files with 19 additions and 16 deletions

View File

@ -71,7 +71,7 @@
//
const pageSize = ref<number>(140);
//
const pageSizeOptions = ref<any>(['15', '50', '80', '100']);
const pageSizeOptions = ref<any>(['15', '50', '70', '100']);
//
const searchIconValue = ref<string>('');
const { clipboardRef, isSuccessRef } = useCopyToClipboard(props.value);

View File

@ -18,7 +18,7 @@ export default {
totalField: 'total',
},
// 可选的分页选项
pageSizeOptions: ['15', '50', '80', '100'],
pageSizeOptions: ['15', '50', '70', '100'],
// 表格默认尺寸
defaultSize: 'middle',
//默认每页显示多少条

View File

@ -120,7 +120,7 @@ const pagination = reactive({
total: 0,
showSizeChanger: true,
showQuickJumper: true,
pageSizeOptions: ['15', '50', '80', '100'],
pageSizeOptions: ['15', '50', '70', '100'],
showTotal: total => `${total}`
});

View File

@ -3,7 +3,7 @@
<!--查询区域-->
<div class="jeecg-basic-table-form-container">
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol"
:wrapper-col="wrapperCol">
:wrapper-col="wrapperCol" style="padding-top: 20px;">
<a-row :gutter="24">
<a-col :lg="6">
<a-form-item name="tagName">
@ -241,10 +241,11 @@ function searchReset() {
<style lang="less" scoped>
.jeecg-basic-table-form-container {
padding: 0;
margin-bottom: 18px;
.table-page-search-submitButtons {
display: block;
margin-bottom: 24px;
margin-bottom: 0px;
white-space: nowrap;
}
@ -259,7 +260,7 @@ function searchReset() {
}
.ant-form-item:not(.ant-form-item-with-help) {
margin-bottom: 16px;
margin-bottom: 18px;
height: 32px;
}

View File

@ -3,7 +3,7 @@
<!--查询区域-->
<div class="jeecg-basic-table-form-container">
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol"
:wrapper-col="wrapperCol">
:wrapper-col="wrapperCol" style="padding-top: 20px;">
<a-row :gutter="24">
<a-col :lg="6">
<a-form-item name="tagName">
@ -241,10 +241,11 @@ function searchReset() {
<style lang="less" scoped>
.jeecg-basic-table-form-container {
padding: 0;
margin-bottom: 18px;
.table-page-search-submitButtons {
display: block;
margin-bottom: 24px;
margin-bottom: 0px;
white-space: nowrap;
}
@ -259,7 +260,7 @@ function searchReset() {
}
.ant-form-item:not(.ant-form-item-with-help) {
margin-bottom: 16px;
margin-bottom: 18px;
height: 32px;
}

View File

@ -337,7 +337,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
pagination: {
current: 1,
pageSize: 15,
pageSizeOptions: ['15', '50', '80', '100'],
pageSizeOptions: ['15', '50', '70', '100'],
},
actionColumn: {
width: 70,

View File

@ -3,7 +3,7 @@
<!--查询区域-->
<div class="jeecg-basic-table-form-container">
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol"
:wrapper-col="wrapperCol">
:wrapper-col="wrapperCol" style="padding-top: 20px;">
<a-row :gutter="24">
<a-col :lg="6">
<a-form-item name="instructionTagId">
@ -146,7 +146,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
pagination: {
current: 1,
pageSize: 15,
pageSizeOptions: ['15', '50', '80', '100'],
pageSizeOptions: ['15', '50', '70', '100'],
},
actionColumn: {
width: 200,
@ -337,10 +337,11 @@ defineExpose({
<style lang="less" scoped>
.jeecg-basic-table-form-container {
padding: 0;
margin-bottom: 18px;
.table-page-search-submitButtons {
display: block;
margin-bottom: 24px;
margin-bottom: 0px;
white-space: nowrap;
}
@ -355,7 +356,7 @@ defineExpose({
}
.ant-form-item:not(.ant-form-item-with-help) {
margin-bottom: 16px;
margin-bottom: 18px;
height: 32px;
}