mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
13 lines
130 B
PHP
13 lines
130 B
PHP
<?php
|
|
|
|
return [
|
|
'type'=>[
|
|
'',
|
|
'border'
|
|
],
|
|
'position'=>[
|
|
'',
|
|
'space-between',
|
|
]
|
|
];
|