Colder.Admin.AntdVue icon indicating copy to clipboard operation
Colder.Admin.AntdVue copied to clipboard

Admin Fx Based On .NET 5 + Ant Design Vue

Results 49 Colder.Admin.AntdVue issues
Sort by recently updated
recently updated
newest added

NuGet里面的包什么时候升级一下,我升级以后Swagger的设置会出错

什么时候先升级一版.net6

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...

dependencies
javascript

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.6.0. Release notes Sourced from color-string's releases. 1.6.0 Minor release 1.6.0 #55 - Add support for space-separated HSL Thanks @​htunnicliff for the contribution :) 1.5.5...

dependencies
javascript

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 5.0.5 to 5.0.9. Release notes Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases. .NET 5.0.9 Release .NET 5.0.8 Release .NET 5.0.7 Release .NET 5.0.6 Release Commits c663ade Merged PR 15469: Clean...

dependencies
.NET

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

2.修改List页面模板,去掉宽度固定10%,增加居中对齐。

目前测试发现前端自定义排序字段的时候,会覆盖,并且为空,默认变成ID. 定义有问题,这样就不如不定义sorter,反正会覆盖 sorter: { field: 'CreateTime', order: 'desc' }, handleTableChange(pagination, filters, sorter) { this.pagination = { ...pagination } this.filters = { ...filters } //this.sorter = { ...sorter } ????=Object.assign(this.sorter, {...

- 原有三层架构不适合复杂业务场景 - 部分组件独立封装(https://github.com/Coldairarrow/Colder.Components) - 代码生成器重写 - 前端架构优化 - 多租户支持 - APM集成 - OpenService集成(微服务通讯)

enhancement