* Adjust style of the link product box.

This commit is contained in:
tianshujie
2023-06-28 10:27:38 +08:00
parent a4e1d6721d
commit db76e10f07
4 changed files with 20 additions and 31 deletions
+7 -15
View File
@@ -94,14 +94,10 @@ if(!empty($products))
set::items($plans),
set::value($product->plans)
)
)
),
formGroup
(
set::width('1/6'),
),
div
(
setClass('pl-2 flex self-center'),
setClass('pl-2 flex self-center line-btn'),
btn
(
setClass('btn btn-link addLine'),
@@ -116,7 +112,7 @@ if(!empty($products))
$i == 0 ? set::disabled(true) : null
),
)
)
),
);
$i ++;
@@ -371,7 +367,7 @@ formPanel
),
formGroup
(
set::width('1/2'),
set::width('1/4'),
setClass('hidden'),
inputGroup
(
@@ -396,14 +392,10 @@ formPanel
set::items(null),
set::multiple(false)
)
)
),
formGroup
(
set::width('1/6'),
),
div
(
setClass('pl-2 flex self-center'),
setClass('pl-2 flex self-center line-btn'),
btn
(
setClass('btn btn-link addLine'),
@@ -418,7 +410,7 @@ formPanel
$i == 0 ? set::disabled(true) : null
),
)
)
),
),
formGroup
(