dap
96f6d6298f
update: 去除alert
5 months ago
dap
0197c16e6e
style: 样式调整
5 months ago
dap
d4df6ba0ac
refactor: empty占位
5 months ago
dap
d8d8ecf308
refactor: close的清理
5 months ago
dap
bc46cc8341
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
dap
e3b0060258
Merge branch 'dev' of https://gitee.com/dapppp/ruoyi-plus-vben5 into dev
5 months ago
diantu
744d492132
修复在某些情况下用户管理编辑页面保存后会导致密码更新为明文初始密码的问题
5 months ago
dap
354e4f9c50
update: 上传组件help message样式
5 months ago
dap
8432098556
docs: changelog
5 months ago
dap
61f4092394
fix: 改为taskId
5 months ago
dap
733aaabb4c
refactor: 流程 按钮图标
5 months ago
dap
b775ab6660
refactor: timeline样式
5 months ago
玲娜贝er
9fc19bd255
Revert "update: target _self"
...
This reverts commit eb8cedc695 .
5 months ago
dap
eb8cedc695
update: target _self
5 months ago
dap
a17618423c
refactor: oss下载 重构为浏览器原生下载(非阻塞)
5 months ago
dap
9eb9fef430
update: wechat group
5 months ago
谦元吉
ab7e363279
fix(@vben/backend-mock): fix all ts type errors in this module ( #6613 )
...
* fix(@vben/backend-mock): 修复所有 ts 类型报错
* fix(@vben/backend-mock): 修复该模块所有 ts 类型报错
* fix(@vben/backend-mock): 解决 coderabbitai
* fix(@vben/backend-mock): 解决 coderabbitai
* fix(@vben/backend-mock): 解决 coderabbitai
5 months ago
dap
b1d933e2b4
refactor: timeline样式
5 months ago
玲娜贝er
651ea1dfa6
回退 'Pull Request !48 : 加密的数据原始上传'
5 months ago
dap
1912b49c21
refactor: 按钮位置
5 months ago
dap
d9a2f8caa1
docs: changelog
5 months ago
dap
ccb53f377a
refactor: 发起流程前的loading
5 months ago
dap
6ef3586811
refactor: 调整命名
5 months ago
dap
c401a3092f
refactor: 使用映射方式替换iframe来显示流程详情
5 months ago
dap
46e642a2ce
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
xueyang
9fc594434f
perf: 优化useVbenForm样式 ( #6611 )
...
* perf(style): 优化useVbenForm垂直布局 actions 样式
* perf(style): 优化useVbenForm actions 布局样式
- 操作按钮组显示位置
```
actionPosition?: 'center' | 'left' | 'right';
```
- 操作按钮组的样式
```
actionType?: 'block' | 'inline'
inline: 行类显示,block: 新一行单独显示
```
* perf: 优化useVbenForm actions 布局样式
删除 actionType
增加 actionLayout
- actionLayout?: 'inline' | 'newLine' | 'rowEnd';
- newLine: 在新行显示。rowEnd: 在行内显示,靠右对齐(默认)。inline: 使用grid默认样式
- 删除无用代码 queryFormStyle
* perf: 优化useVbenForm使用案例
* perf: 优化form组件样式
去掉padding,改为gap
* docs: update vben-form.md
* fix: 修复FormMessage位置
* perf: Avoid direct mutation of props object.
- props.actionLayout = props.actionLayout || 'rowEnd';
- props.actionPosition = props.actionPosition || 'right';
+ const actionLayout = props.actionLayout || 'rowEnd';
+ const actionPosition = props.actionPosition || 'right';
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: 修复 wrapperClass 权重
* fix: 全局搜索结果不匹配 #6603
* fix: 避免FormMessage溢出
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
5 months ago
dap
06adac4973
docs: changelog
5 months ago
dap
308c1a9cc7
refactor: 因为编辑表格判断点击单元格之外的元素会取消编辑状态,此时需要事件拦截
5 months ago
dap
c92d6a2b1d
feat: vxe/antd可编辑表格适配器 & 可编辑demo
5 months ago
玲娜贝er
97231de753
Revert "update: 测试代码"
...
This reverts commit ff36765aa2 .
5 months ago
dap
ff36765aa2
update: 测试代码
5 months ago
dap
2367cc81af
chore: version update
5 months ago
dap
dcd6afb6af
style: 默认主题色修改为#1677FF(antd主题色)
5 months ago
dap
0459047ab7
refactor: 去除alert
5 months ago
dap
807e6b5f27
refactor: 已经不需要disabled
5 months ago
dap
04becaf3ab
refactor: fallow flow update
5 months ago
dap
da0f0c3ccf
update: wechat group
5 months ago
dap
a2f1dbff71
feat: 通知公告 + demo代码
5 months ago
dap
491d36b7a8
feat: Tinymce 保存图片id 提供`contentWithOssIdTransform`来显示私有桶图片
5 months ago
dap
decc5d6e88
refactor: alt为空导致崩溃
5 months ago
candicandi
d92740b176
加密的数据原始上传
...
加密以后的数据还使用json头会被Axios json化而导致在数据前会会有"
Signed-off-by: candicandi <zl@canditd.com>
5 months ago
dap
8f1c703e89
update: 微服务与单体 不兼容地方说明
5 months ago
dap
ac6099cc96
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
dap
9e78659696
update: wechat
5 months ago
leo
b93e22c45a
fix(@vben/layouts): respect base URL when opening route in new window ( #6583 )
...
Previously, the generated URL for opening routes in a new window did not include the router base,
which led to incorrect paths when the app was deployed under a subdirectory (e.g., /admin/).
This change ensures that the resolved path includes the configured base by using
router.resolve(path).href.
5 months ago
dap
d22e494551
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
Jin Mao
193f5b6512
Merge branch 'main' into 2025072604
5 months ago
Jin Mao
cb3f96683f
fix: 修复双列布局模式下,路由为hideInMenu时,空白右列
5 months ago
zhongming4762
06ffdf164a
feat: add dingding login
5 months ago
ming4762
5b75e5e917
perf: perf the control logic of `VbenModal` full screen and header ( #6566 )
...
* resolve the issue of header=false and full screen button display but not operable
5 months ago