😎1、修复Splitpanes拆分组件样式 2、升级依赖

This commit is contained in:
zuohuaijun 2025-04-14 22:50:06 +08:00
parent 075658f449
commit 747def5163
8 changed files with 12 additions and 12 deletions

View File

@ -28,9 +28,9 @@
<PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" /> <PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" Aliases="BouncyCastleV2" /> <PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" Aliases="BouncyCastleV2" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.17.4" /> <PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.17.4" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.41" /> <PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.42" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.41" /> <PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.42" />
<PackageReference Include="Furion.Pure" Version="4.9.7.41" /> <PackageReference Include="Furion.Pure" Version="4.9.7.42" />
<PackageReference Include="Hardware.Info" Version="101.0.1" /> <PackageReference Include="Hardware.Info" Version="101.0.1" />
<PackageReference Include="Hashids.net" Version="1.7.0" /> <PackageReference Include="Hashids.net" Version="1.7.0" />
<PackageReference Include="IPTools.China" Version="1.6.0" /> <PackageReference Include="IPTools.China" Version="1.6.0" />

View File

@ -2,7 +2,7 @@
"name": "admin.net.pro", "name": "admin.net.pro",
"type": "module", "type": "module",
"version": "2.4.33", "version": "2.4.33",
"lastBuildTime": "2025.04.12", "lastBuildTime": "2025.04.14",
"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架", "description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
"author": "zuohuaijun", "author": "zuohuaijun",
"license": "MIT", "license": "MIT",
@ -60,7 +60,7 @@
"qs": "^6.14.0", "qs": "^6.14.0",
"relation-graph": "^2.2.11", "relation-graph": "^2.2.11",
"screenfull": "^6.0.2", "screenfull": "^6.0.2",
"sm-crypto-v2": "^1.9.3", "sm-crypto-v2": "^1.10.0",
"sortablejs": "^1.15.6", "sortablejs": "^1.15.6",
"splitpanes": "^4.0.3", "splitpanes": "^4.0.3",
"vcrontab-3": "^3.3.22", "vcrontab-3": "^3.3.22",
@ -78,7 +78,7 @@
"vue3-flag-icons": "^0.0.3", "vue3-flag-icons": "^0.0.3",
"vue3-tree-org": "^4.2.2", "vue3-tree-org": "^4.2.2",
"vxe-pc-ui": "^4.5.22", "vxe-pc-ui": "^4.5.22",
"vxe-table": "^4.13.2", "vxe-table": "^4.13.3",
"vxe-table-plugin-element": "^4.0.4", "vxe-table-plugin-element": "^4.0.4",
"vxe-table-plugin-export-xlsx": "^4.0.7", "vxe-table-plugin-export-xlsx": "^4.0.7",
"xe-utils": "^3.7.4", "xe-utils": "^3.7.4",

View File

@ -4,7 +4,7 @@
<NoticeBar text="系统缓存数据管理,请慎重操作!!!" style="margin: 4px" /> <NoticeBar text="系统缓存数据管理,请慎重操作!!!" style="margin: 4px" />
</div> </div>
<splitpanes> <splitpanes class="default-theme">
<pane size="20"> <pane size="20">
<el-card shadow="hover" header="缓存列表" v-loading="state.loading" style="height: 100%" body-style="height: calc(100% - 60px); overflow:auto"> <el-card shadow="hover" header="缓存列表" v-loading="state.loading" style="height: 100%" body-style="height: calc(100% - 60px); overflow:auto">
<template #header> <template #header>

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="sys-file-container"> <div class="sys-file-container">
<splitpanes> <splitpanes class="default-theme">
<pane size="15" style="display: flex"> <pane size="15" style="display: flex">
<FileTree ref="fileTreeRef" @node-click="handleNodeChange" /> <FileTree ref="fileTreeRef" @node-click="handleNodeChange" />
</pane> </pane>

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="sys-org-container"> <div class="sys-org-container">
<splitpanes> <splitpanes class="default-theme">
<pane size="15" style="display: flex"> <pane size="15" style="display: flex">
<OrgTree ref="orgTreeRef" @node-click="handleNodeChange" /> <OrgTree ref="orgTreeRef" @node-click="handleNodeChange" />
</pane> </pane>

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="sys-region-container"> <div class="sys-region-container">
<splitpanes> <splitpanes class="default-theme">
<pane size="20" style="display: flex"> <pane size="20" style="display: flex">
<RegionTree ref="regionTreeRef" @node-click="handleNodeChange" /> <RegionTree ref="regionTreeRef" @node-click="handleNodeChange" />
</pane> </pane>

View File

@ -4,7 +4,7 @@
<NoticeBar text="接口压测会占用服务器大量的系统资源(内存、带宽),请慎重操作!!!" style="margin: 4px" /> <NoticeBar text="接口压测会占用服务器大量的系统资源(内存、带宽),请慎重操作!!!" style="margin: 4px" />
</div> </div>
<splitpanes> <splitpanes class="default-theme">
<pane size="20" class="vh100" style="overflow: auto"> <pane size="20" class="vh100" style="overflow: auto">
<el-card class="vh80" shadow="hover" header="" v-loading="state.loading"> <el-card class="vh80" shadow="hover" header="" v-loading="state.loading">
<el-row :gutter="10"> <el-row :gutter="10">

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="sys-user-container"> <div class="sys-user-container">
<splitpanes> <splitpanes class="default-theme">
<pane size="15" style="display: flex"> <pane size="15" style="display: flex">
<OrgTree ref="orgTreeRef" @node-click="handleNodeChange" /> <OrgTree ref="orgTreeRef" @node-click="handleNodeChange" />
</pane> </pane>