From 14b0c0560fede0fedac2282bf8ca6dd463a6b52f Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 14 九月 2023 15:25:41 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/mom-before --- src/components/view/standard.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/view/standard.vue b/src/components/view/standard.vue index 9f461ba..c75c027 100644 --- a/src/components/view/standard.vue +++ b/src/components/view/standard.vue @@ -982,7 +982,9 @@ return this.verdata[0] }) this.character=v - this.version2="v"+v + if(this.character != undefined){ + this.version2="v"+v + } this.selectAll() }, //鍙充晶鏁版嵁 @@ -1204,7 +1206,7 @@ padding: 0 12px; } -.standard .right .contentTable{ + .contentTable{ width:98%; margin-left:1%; } -- Gitblit v1.9.3