From b59a3c476da1d6dc81fed7c67d158290a9f0f175 Mon Sep 17 00:00:00 2001 From: "zhu.yawen" Date: Tue, 31 Oct 2023 15:41:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=82=B9=E4=B9=9D=E5=9B=BEbug=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RightSetting/MoveDialog/index.vue | 360 +++++++++--------- .../BorderComponents/GcBorder16/index.vue | 20 +- .../BorderComponents/GcBorder16/setting.js | 4 +- 3 files changed, 192 insertions(+), 192 deletions(-) diff --git a/data-room-ui/packages/BigScreenDesign/RightSetting/MoveDialog/index.vue b/data-room-ui/packages/BigScreenDesign/RightSetting/MoveDialog/index.vue index d8832872..623a5c72 100644 --- a/data-room-ui/packages/BigScreenDesign/RightSetting/MoveDialog/index.vue +++ b/data-room-ui/packages/BigScreenDesign/RightSetting/MoveDialog/index.vue @@ -10,55 +10,57 @@ @closed="close" @opened="getDom" > -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
方向描述
左上角不能拉伸
右上角不能拉伸
左下角不能拉伸
右下角不能拉伸
左侧宽度不变,高度自动拉伸
右侧宽度不变,高度自动拉伸
顶部高度不变,宽度自动拉伸
底部高度不变,宽度自动拉伸
中部宽度,高度自动拉伸
-
-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
方向描述
左上角不能拉伸
右上角不能拉伸
左下角不能拉伸
右下角不能拉伸
左侧宽度不变,高度自动拉伸
右侧宽度不变,高度自动拉伸
顶部高度不变,宽度自动拉伸
底部高度不变,宽度自动拉伸
中部宽度,高度自动拉伸
+
+
+
@@ -76,7 +78,7 @@ class="bs-el-input-number" :step=" 1" :min="0" - :max="100000" + :max="49" @change="changeRight" /> @@ -86,7 +88,7 @@ class="bs-el-input-number" :step=" 1" :min="0" - :max="100000" + :max="49" @change="changeBottom" /> @@ -96,14 +98,14 @@ class="bs-el-input-number" :step=" 1" :min="0" - :max="100000" + :max="49" @change="changeLeft" />
+ diff --git a/data-room-ui/packages/BorderComponents/GcBorder16/index.vue b/data-room-ui/packages/BorderComponents/GcBorder16/index.vue index 867835fa..81cdb2ae 100644 --- a/data-room-ui/packages/BorderComponents/GcBorder16/index.vue +++ b/data-room-ui/packages/BorderComponents/GcBorder16/index.vue @@ -1,12 +1,12 @@