From 7d367c367c1f228a978d9fa30f64546d995fc347 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 17 Feb 2022 18:18:42 +0800 Subject: [PATCH] =?UTF-8?q?v3.8.1=20=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=90=8E=E5=AD=97=E4=BD=93=E5=9B=BE=E6=A0=87=E5=81=B6=E7=8E=B0?= =?UTF-8?q?=E7=9A=84=E4=B9=B1=E7=A0=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-admin/vue.config.js | 7 +++++++ 更新日志.md | 1 + 2 files changed, 8 insertions(+) diff --git a/yudao-ui-admin/vue.config.js b/yudao-ui-admin/vue.config.js index a8222bfa6..4015b1f83 100644 --- a/yudao-ui-admin/vue.config.js +++ b/yudao-ui-admin/vue.config.js @@ -44,6 +44,13 @@ module.exports = { }, disableHostCheck: true }, + css: { + loaderOptions: { + sass: { + sassOptions: { outputStyle: "expanded" } + } + } + }, configureWebpack: { name: name, resolve: { diff --git a/更新日志.md b/更新日志.md index b2bc10cb7..508a1276b 100644 --- a/更新日志.md +++ b/更新日志.md @@ -38,6 +38,7 @@ * 【新增】字典标签样式回显,例如说开启的状态展示为 primary 蓝色,禁用的状态为 info 灰色 [commit](https://gitee.com/zhijiantianya/ruoyi-vue-pro/commit/986d1328e0a0d37e2de2fb9d937faeed9d9bee7b) * 【新增】前端的 iframe 组件,方便内嵌网页 [commit](https://gitee.com/zhijiantianya/ruoyi-vue-pro/commit/4a8129bffa9e3928c56333e29f5874f55a079764) * 【新增】在基础设施-配置管理菜单,可通过修改 `yudao.captcha.enable` 配置项,动态修改登录是否需要验证码 [commit](https://gitee.com/zhijiantianya/ruoyi-vue-pro/commit/ec378d75de5660d873514fa16cfabb3671b9eeb4) +* 【新增】在代码生成的预览界面,支持一键复制代码 [commit](https://gitee.com/zhijiantianya/ruoyi-vue-pro/commit/9724a522e9755f6154a82b5f2a0a397662029ab8) ### 🐞 Bug Fixes