diff --git a/api-test/frontend/src/business/automation/scenario/component/PluginContentAssertions.vue b/api-test/frontend/src/business/automation/scenario/component/PluginContentAssertions.vue
index 25f65f1cd2..e187dbb77c 100644
--- a/api-test/frontend/src/business/automation/scenario/component/PluginContentAssertions.vue
+++ b/api-test/frontend/src/business/automation/scenario/component/PluginContentAssertions.vue
@@ -44,7 +44,7 @@
-
+
-
-
-
@@ -79,9 +76,9 @@
size="small"
show-word-limit
:placeholder="$t('api_test.request.assertions.value')"
- width="500px" />
+ />
-
+
-
+
-
-
-
@@ -125,12 +119,12 @@
show-word-limit
:placeholder="$t('api_test.request.extract.json_path_expression')" />
-
+
@@ -146,7 +140,7 @@
size="small"
show-word-limit
:placeholder="$t('api_test.request.assertions.expect')"
- style="width: 50%" />
+ />
{{ $t('api_test.request.assertions.regex_info') }}
@@ -154,7 +148,7 @@
-
+
-
+
-
-
-
@@ -197,7 +188,7 @@
show-word-limit
:placeholder="$t('api_test.request.extract.xpath_expression')" />
-
+
.ms-assertion-item {
width: 100%;
- height: 32px;
}
.ms-top-line-box {
@@ -370,6 +360,11 @@ export default {
margin-top: 10px;
}
+.assertion-item-row {
+ display: flex;
+ align-items: center;
+}
+
:deep(.ms-assertion-select) {
width: 140px;
}
@@ -377,8 +372,4 @@ export default {
.enable-switch {
margin-right: 10px;
}
-
-.assertion-btn {
- width: 60px;
-}