Skip to content

Commit b699a99

Browse files
committed
v3.3
1 parent 04e4437 commit b699a99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Widget/Plane.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Plane
2323
* xhr.method string GET,POST,PUT,DELETE
2424
* xhr.callback string js回调函数
2525
* @param array $options
26-
* options.W float|string 0.5,50%,500px
27-
* options.H float|string 0.5,50%,500px
26+
* options.w float|string 0.5,50%,500px
27+
* options.h float|string 0.5,50%,500px
2828
* options.top string 5%,50px
2929
* options.left string 5%,50px,auto
3030
* @return HeadPosAction
@@ -43,8 +43,8 @@ public static function headAction(string $title,string $url,array $xhr=[],array
4343
* xhr.method string GET,POST,PUT,DELETE
4444
* xhr.callback string js回调函数
4545
* @param array $options
46-
* options.W float|string 0.5,50%,500px
47-
* options.H float|string 0.5,50%,500px
46+
* options.w float|string 0.5,50%,500px
47+
* options.h float|string 0.5,50%,500px
4848
* options.top string 5%,50px
4949
* options.left string 5%,50px,auto
5050
* @return RowPosAction

0 commit comments

Comments
 (0)