From 506a01b77de957b1fcbc238888abf9386fdc3577 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期三, 23 七月 2025 15:04:33 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/components/translateWord/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/translateWord/index.vue b/src/components/translateWord/index.vue index ef48108..c92f2ae 100644 --- a/src/components/translateWord/index.vue +++ b/src/components/translateWord/index.vue @@ -44,11 +44,11 @@ <style lang="less" scoped> .translate-box { - max-width: 20%; + max-width: 50%; text-wrap: wrap; border: 2px solid #3bc6f2; background-color: #fff; - position: absolute; + position: fixed; z-index: 9999; box-sizing: border-box; -- Gitblit v1.9.1