-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d92750
commit 6a0809c
Showing
4 changed files
with
34 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,9 @@ | ||
$z-resizable_handler: 2000 !default; // 伸缩框组件中handler的z-index | ||
$z-resizable_background: 2010; // 伸缩框组件中背景的z-index | ||
|
||
$width-row-handler: 100%; | ||
$height-row-handler: 10px; | ||
|
||
$width-col-handler: 10px; | ||
$height-col-handler: 100%; | ||
|
||
$width-edge-handler: 20px; | ||
$height-edge-handler: 20px; | ||
|
||
$inset-top-handler: -5px 0 0 0; | ||
$inset-bottom-handler: auto 0 -5px 0; | ||
$inset-left-handler: 0 -5px 0 0; | ||
$inset-right-handler: 0 -5px 0 auto; | ||
$inset-topRight-handler: -10px -10px auto auto; | ||
$inset-bottomRight-handler: auto -10px -10px auto; | ||
$inset-bottomLeft-handler: auto auto -10px -10px; | ||
$inset-topLeft-handler: -10px auto auto -10px; | ||
|
||
$width-horizontal-handler: 10px; | ||
$height-horizontal-handler: 100%; | ||
$width-vertical-handler: 100%; | ||
$height-vertical-handler: 10px; | ||
$height-row-handler: 10px; // 单个伸缩框中上下handler的高度 | ||
$width-col-handler: 10px; // 单个伸缩框中左右handler的宽度 | ||
$width-edge-handler: 20px; // 单个伸缩框中边角handler的宽度 | ||
$height-edge-handler: 20px; // 单个伸缩框中边角handler的高度 | ||
$width-horizontal-handler: 10px; // 组合伸缩框中水平方向handler的宽度 | ||
$height-vertical-handler: 10px; // 组合伸缩框中垂直方向handler的高度 |