From 4c4de7a5cbdd1bee67f082bbeacc8f5a8c50f2b8 Mon Sep 17 00:00:00 2001 From: zhengshunjin <2667579369@qq.com> Date: Sun, 16 Aug 2026 16:15:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ByteToHexView):=20=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20Element=20Plus=20=E7=BB=84=E4=BB=B6=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将原始 div 结构替换为 el-main 和 el-card 组件 - 移除自定义容器样式,采用 Element Plus 默认样式 - 调整文本域边框样式从 border 改为 outline - 禁用文本域调整大小功能 - 优化按钮状态样式过渡效果 - 移除页面底部说明区域 - 更新侧边栏菜单项路由配置为实际路径 --- .../src/layout/components/Sidebar/index.vue | 8 +- flask-ui/src/views/ByteToHexView.vue | 138 ++++++++---------- 2 files changed, 62 insertions(+), 84 deletions(-) diff --git a/flask-ui/src/layout/components/Sidebar/index.vue b/flask-ui/src/layout/components/Sidebar/index.vue index 08422f0..f76fa24 100644 --- a/flask-ui/src/layout/components/Sidebar/index.vue +++ b/flask-ui/src/layout/components/Sidebar/index.vue @@ -10,20 +10,20 @@ const {isCollapse} = storeToRefs(isCollapseStore)