ruoyi-ui/src/assets/styles/ruoyi.scss
@@ -220,8 +220,8 @@
   position: absolute;
   top: 50%;
   transform: translate(50%, -50%);
   width: 180px;
   height: 180px;
   width: 200px;
   height: 200px;
   border-radius: 50%;
   box-shadow: 0 0 4px #ccc;
   overflow: hidden;
@@ -237,4 +237,8 @@
.top-right-btn {
   position: relative;
   float: right;
}
/* XY 代码生成预览左右滑动 */
.el-tabs__content{
    overflow-x: scroll;
}