From 142c2321e95bdb274f7451e2f070847a631f32c4 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期三, 04 十二月 2024 08:48:50 +0800
Subject: [PATCH] 去系统建模坐标辅助线
---
web/src/views/modules/taskReliability/RBD-edit-img.vue | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/web/src/views/modules/taskReliability/RBD-edit-img.vue b/web/src/views/modules/taskReliability/RBD-edit-img.vue
index 079cc4c..a83d7e4 100644
--- a/web/src/views/modules/taskReliability/RBD-edit-img.vue
+++ b/web/src/views/modules/taskReliability/RBD-edit-img.vue
@@ -2481,7 +2481,7 @@
<style>
#containerImg {
display: flex;
- border: 1px solid #dfe3e8;
+ /*border: 1px solid #dfe3e8;*/
height: 400px;
width: 100% !important;
}
@@ -2515,4 +2515,20 @@
top: 0
}
+ #containerImg .x6-graph-pagebreak>.x6-graph-pagebreak-horizontal {
+ position: absolute;
+ right: 0;
+ left: 0;
+ box-sizing: border-box;
+ height: 0;
+ border-top: none;
+ }
+ #containerImg .x6-graph-pagebreak>.x6-graph-pagebreak-vertical {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ box-sizing: border-box;
+ width: 0;
+ border-left: none;
+ }
</style>
--
Gitblit v1.9.1