😎修复vxe-table分页组件底部样式显示不全

This commit is contained in:
zuohuaijun 2025-03-17 10:13:44 +08:00
parent aa026a738a
commit 1660b1aae9
4 changed files with 11 additions and 8 deletions

View File

@ -27,7 +27,7 @@
<PackageReference Include="AspectCore.Extensions.Reflection" Version="2.4.0" />
<PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" Aliases="BouncyCastleV2" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.17.1" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.17.2" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.25" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.25" />
<PackageReference Include="Furion.Pure" Version="4.9.7.25" />
@ -49,7 +49,7 @@
<PackageReference Include="OnceMi.AspNetCore.OSS" Version="1.2.0" />
<PackageReference Include="QRCoder" Version="1.6.0" />
<PackageReference Include="RabbitMQ.Client" Version="7.1.1" />
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.3" />
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.4" />
<PackageReference Include="SKIT.FlurlHttpClient.Wechat.Api" Version="3.7.0" />
<PackageReference Include="SKIT.FlurlHttpClient.Wechat.TenpayV3" Version="3.11.0" />
<PackageReference Include="SqlSugarCore" Version="5.1.4.182" />

View File

@ -2,7 +2,7 @@
"name": "admin.net.pro",
"type": "module",
"version": "2.4.33",
"lastBuildTime": "2025.03.15",
"lastBuildTime": "2025.03.17",
"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
"author": "zuohuaijun",
"license": "MIT",
@ -57,11 +57,11 @@
"push.js": "^1.0.12",
"qrcodejs2-fixes": "^0.0.2",
"qs": "^6.14.0",
"relation-graph": "^2.2.10",
"relation-graph": "^2.2.11",
"screenfull": "^6.0.2",
"sm-crypto-v2": "^1.9.3",
"sortablejs": "^1.15.6",
"splitpanes": "^4.0.2",
"splitpanes": "^4.0.3",
"vcrontab-3": "^3.3.22",
"vform3-builds": "^3.0.10",
"vue": "^3.5.13",
@ -92,8 +92,8 @@
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitejs/plugin-vue": "^5.2.2",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"@vue/compiler-sfc": "^3.5.13",
"code-inspector-plugin": "^0.20.6",
"eslint": "^9.22.0",

View File

@ -506,7 +506,7 @@ $--el-table-text-color: #fb6d49;
.el-card__body {
height: 100%;
display: flex;
padding: 5px 5px 8px 5px;
padding: 5px 5px 0px 5px;
flex-direction: column;
justify-content: space-between;

View File

@ -113,4 +113,7 @@
}
}
}
&.size--mini {
margin-top: 0px;
}
}