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 @@