From 337e23ac7e00f50fc502f8a61112abf9ccb5d3c1 Mon Sep 17 00:00:00 2001 From: xbx <1827135378@qq.com> Date: Sun, 2 Jun 2024 19:29:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=8C=89=E9=92=AE=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cet/cet-ana-1.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/cet/cet-ana-1.vue b/src/views/cet/cet-ana-1.vue index fc94b4f..cd8e35d 100644 --- a/src/views/cet/cet-ana-1.vue +++ b/src/views/cet/cet-ana-1.vue @@ -510,12 +510,12 @@ export default { graphic: [ { type: 'rect', - left: 20, - top: 40, + left: 30, + top: 43, z: 1, // 确保矩形在文本下方 shape: { - width: 70, // 矩形的宽度 - height: 35, // 矩形的高度 + width: 55, // 矩形的宽度 + height: 30, // 矩形的高度 }, style: { fill: 'rgba(24, 144, 255)', // 矩形的填充色 @@ -523,12 +523,12 @@ export default { }, { type: 'text', - left: 38, + left: 35, top: 50, z: 2, // 确保文本在矩形上方 style: { text: '返 回', - fontSize: 15, + fontSize: 20, fill: 'white', // 设置文本颜色为白色 }, onclick: function () {