From 7aea32f48bf91a432428de6cd98f354e1b112f26 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 02 十二月 2021 18:44:24 +0800 Subject: [PATCH] !118 为Transactional注解设置rollback属性 Merge pull request !118 from zendwang/dev --- ruoyi-ui/src/layout/components/AppMain.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/layout/components/AppMain.vue b/ruoyi-ui/src/layout/components/AppMain.vue index a897638..0c6f4b7 100644 --- a/ruoyi-ui/src/layout/components/AppMain.vue +++ b/ruoyi-ui/src/layout/components/AppMain.vue @@ -51,7 +51,7 @@ // fix css style bug in open el-dialog .el-popup-parent--hidden { .fixed-header { - padding-right: 15px; + padding-right: 17px; } } </style> -- Gitblit v1.9.3