From 790736c98d8a7d6d1194d1e642946bc8219edcfb Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Sun, 12 Apr 2026 10:40:37 +0800
Subject: [PATCH] 新增代码生成详情页功能
---
ruoyi-ui/src/layout/components/TagsView/index.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/layout/components/TagsView/index.vue b/ruoyi-ui/src/layout/components/TagsView/index.vue
index 3392999..2bdbef4 100644
--- a/ruoyi-ui/src/layout/components/TagsView/index.vue
+++ b/ruoyi-ui/src/layout/components/TagsView/index.vue
@@ -546,6 +546,8 @@
width: 100vw;
height: 100vh;
overflow: hidden;
+ margin-left: 0 !important;
+ transition: none !important;
}
.main-container.fullscreen-mode .fixed-header {
@@ -556,6 +558,7 @@
right: 0;
width: 100% !important;
z-index: 1000;
+ transition: none !important;
}
.main-container.fullscreen-mode .fixed-header .navbar {
--
Gitblit v1.9.3