* Modify style of testcase::create.

This commit is contained in:
liumengyi
2023-07-27 11:20:56 +08:00
parent 063afd4578
commit 00cadccf95
2 changed files with 7 additions and 2 deletions
+4 -2
View File
@@ -187,8 +187,10 @@ formPanel
),
formRow
(
setClass('title-row'),
formGroup
(
setClass('grow'),
set::label($lang->testcase->title),
set::required(true),
inputControl
@@ -212,7 +214,7 @@ formPanel
),
formGroup
(
set::width('150px'),
setClass('pl-4 grow-0'),
set::label($lang->testcase->pri),
priPicker
(
@@ -224,7 +226,7 @@ formPanel
),
formGroup
(
set::width('180px'),
setClass('pl-4 grow-0'),
set::label($lang->testcase->isReviewed),
picker
(