mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-31 02:23:23 +08:00
refactor(web-antd): 移除ConfigProvider的variant属性并设置默认弹窗配置
移除ConfigProvider组件中不再需要的variant属性 设置默认弹窗配置,禁用全屏按钮并添加缩放动画效果
This commit is contained in:
@@ -36,7 +36,7 @@ useUploadTip();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ConfigProvider :locale="antdLocale" :theme="tokenTheme" variant="outlined">
|
||||
<ConfigProvider :locale="antdLocale" :theme="tokenTheme">
|
||||
<App>
|
||||
<RouterView />
|
||||
<PopupContext />
|
||||
|
||||
Reference in New Issue
Block a user