Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
3ff89a07
Commit
3ff89a07
authored
3 years ago
by
BugKing
Browse files
Options
Download
Email Patches
Plain Diff
style: 调整多处样式使布局更加紧凑
parent
7df69601
No related merge requests found
Changes
82
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
frontend/src/business/components/api/automation/report/ApiReportList.vue
+1
-2
...siness/components/api/automation/report/ApiReportList.vue
frontend/src/business/components/api/automation/report/components/MetricChart.vue
+1
-1
...mponents/api/automation/report/components/MetricChart.vue
frontend/src/business/components/api/automation/report/components/RequestMetric.vue
+1
-1
...onents/api/automation/report/components/RequestMetric.vue
frontend/src/business/components/api/automation/report/components/RequestText.vue
+1
-1
...mponents/api/automation/report/components/RequestText.vue
frontend/src/business/components/api/automation/report/components/ResponseText.vue
+1
-1
...ponents/api/automation/report/components/ResponseText.vue
frontend/src/business/components/api/automation/scenario/ApiCustomize.vue
+0
-7
...iness/components/api/automation/scenario/ApiCustomize.vue
frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue
+3
-3
...ss/components/api/automation/scenario/ApiScenarioList.vue
frontend/src/business/components/api/automation/scenario/EditApiScenario.vue
+2
-9
...ss/components/api/automation/scenario/EditApiScenario.vue
frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue
+1
-9
...onents/api/automation/scenario/component/ApiComponent.vue
frontend/src/business/components/api/automation/scenario/component/ApiScenarioComponent.vue
+1
-1
...pi/automation/scenario/component/ApiScenarioComponent.vue
frontend/src/business/components/api/automation/scenario/maximize/MaximizeScenario.vue
+1
-8
...nts/api/automation/scenario/maximize/MaximizeScenario.vue
frontend/src/business/components/api/definition/components/assertion/ApiAssertions.vue
+1
-1
...nts/api/definition/components/assertion/ApiAssertions.vue
frontend/src/business/components/api/definition/components/case/ApiCaseItem.vue
+0
-8
...components/api/definition/components/case/ApiCaseItem.vue
frontend/src/business/components/api/definition/components/case/ApiCaseList.vue
+1
-1
...components/api/definition/components/case/ApiCaseList.vue
frontend/src/business/components/api/definition/components/complete/EditCompleteDubboApi.vue
+1
-7
...i/definition/components/complete/EditCompleteDubboApi.vue
frontend/src/business/components/api/definition/components/complete/EditCompleteHTTPApi.vue
+0
-8
...pi/definition/components/complete/EditCompleteHTTPApi.vue
frontend/src/business/components/api/definition/components/complete/EditCompleteSQLApi.vue
+1
-7
...api/definition/components/complete/EditCompleteSQLApi.vue
frontend/src/business/components/api/definition/components/complete/EditCompleteTCPApi.vue
+1
-7
...api/definition/components/complete/EditCompleteTCPApi.vue
frontend/src/business/components/api/definition/components/debug/DebugDubboPage.vue
+1
-7
...onents/api/definition/components/debug/DebugDubboPage.vue
frontend/src/business/components/api/definition/components/debug/DebugHttpPage.vue
+0
-8
...ponents/api/definition/components/debug/DebugHttpPage.vue
with
19 additions
and
97 deletions
+19
-97
frontend/src/business/components/api/automation/report/ApiReportList.vue
+
1
-
2
View file @
3ff89a07
...
...
@@ -4,7 +4,6 @@
<el-card
class=
"table-card"
v-loading=
"result.loading"
>
<template
v-slot:header
>
<ms-table-header
:condition.sync=
"condition"
@
search=
"search"
:title=
"$t('api_report.title')"
:show-create=
"false"
/>
</
template
>
<el-table
ref=
"reportListTable"
border
:data=
"tableData"
class=
"adjust-table table-content"
@
sort-change=
"sort"
...
...
@@ -133,7 +132,7 @@ export default {
selectAll
:
false
,
unSelection
:
[],
selectDataCounts
:
0
,
screenHeight
:
'
calc(100vh - 2
95
px)
'
,
screenHeight
:
'
calc(100vh - 2
00
px)
'
,
}
},
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/automation/report/components/MetricChart.vue
+
1
-
1
View file @
3ff89a07
...
...
@@ -224,7 +224,7 @@
<
style
scoped
>
.metric-container
{
padding
:
2
0px
;
padding
:
5px
1
0px
;
}
.metric-container
#chart
{
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/automation/report/components/RequestMetric.vue
+
1
-
1
View file @
3ff89a07
...
...
@@ -35,7 +35,7 @@
<
style
scoped
>
.metric-container
{
padding
:
2
0px
;
padding
:
5px
1
0px
;
}
.metric
{
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/automation/report/components/RequestText.vue
+
1
-
1
View file @
3ff89a07
...
...
@@ -62,7 +62,7 @@
.text-container
.pane
{
background-color
:
#F9F9F9
;
padding
:
1
0
px
;
padding
:
1px
0
;
height
:
250px
;
overflow-y
:
auto
;
}
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/automation/report/components/ResponseText.vue
+
1
-
1
View file @
3ff89a07
...
...
@@ -142,7 +142,7 @@ export default {
.text-container
.pane
{
background-color
:
#F5F5F5
;
padding
:
0
10px
;
padding
:
1px
0
;
height
:
250px
;
overflow-y
:
auto
;
}
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/automation/scenario/ApiCustomize.vue
+
0
-
7
View file @
3ff89a07
...
...
@@ -84,12 +84,5 @@
</
script
>
<
style
scoped
>
.tip
{
padding
:
3px
5px
;
font-size
:
16px
;
border-radius
:
4px
;
border-left
:
4px
solid
#783887
;
margin
:
20px
0
;
}
</
style
>
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue
+
3
-
3
View file @
3ff89a07
...
...
@@ -288,7 +288,7 @@ export default {
type
:
API_SCENARIO_LIST
,
fields
:
getCustomTableHeader
(
'
API_SCENARIO
'
),
fieldsWidth
:
getCustomTableWidth
(
'
API_SCENARIO
'
),
screenHeight
:
'
calc(100vh - 2
75
px)
'
,
//屏幕高度,
screenHeight
:
'
calc(100vh - 2
20
px)
'
,
//屏幕高度,
condition
:
{
components
:
API_SCENARIO_CONFIGS
},
...
...
@@ -942,7 +942,7 @@ export default {
padding
:
10px
;
}
/
deep
/
.el-table__fixed-body-wrapper
{
/*
/deep/ .el-table__fixed-body-wrapper {
top: 60px !important;
}
}
*/
</
style
>
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/automation/scenario/EditApiScenario.vue
+
2
-
9
View file @
3ff89a07
...
...
@@ -1259,7 +1259,7 @@ export default {
<
style
scoped
>
.card-content
{
height
:
calc
(
100vh
-
1
9
6px
);
height
:
calc
(
100vh
-
1
5
6px
);
overflow-y
:
auto
;
}
...
...
@@ -1282,13 +1282,6 @@ export default {
padding
:
7px
;
}
.tip
{
padding
:
3px
5px
;
font-size
:
16px
;
border-radius
:
4px
;
border-left
:
4px
solid
#783887
;
}
.ms-api-col
{
background-color
:
#7C3985
;
border-color
:
#7C3985
;
...
...
@@ -1318,7 +1311,7 @@ export default {
}
/
deep
/
.el-card__body
{
padding
:
10px
;
padding
:
6px
10px
;
}
/
deep
/
.el-drawer__body
{
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue
+
1
-
9
View file @
3ff89a07
...
...
@@ -431,15 +431,7 @@ export default {
}
/
deep
/
.el-card__body
{
padding
:
10px
;
}
.tip
{
padding
:
3px
5px
;
font-size
:
16px
;
border-radius
:
4px
;
border-left
:
4px
solid
#783887
;
margin
:
20px
0
;
padding
:
6px
10px
;
}
.icon.is-active
{
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/automation/scenario/component/ApiScenarioComponent.vue
+
1
-
1
View file @
3ff89a07
...
...
@@ -171,7 +171,7 @@
<
style
scoped
>
/
deep
/
.el-card__body
{
padding
:
15
px
;
padding
:
6px
10
px
;
}
.icon.is-active
{
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/automation/scenario/maximize/MaximizeScenario.vue
+
1
-
8
View file @
3ff89a07
...
...
@@ -1041,13 +1041,6 @@ export default {
padding
:
7px
;
}
.tip
{
padding
:
3px
5px
;
font-size
:
16px
;
border-radius
:
4px
;
border-left
:
4px
solid
#783887
;
}
.ms-api-col
{
background-color
:
#7C3985
;
border-color
:
#7C3985
;
...
...
@@ -1077,7 +1070,7 @@ export default {
}
/
deep
/
.el-card__body
{
padding
:
5
px
;
padding
:
6px
10
px
;
}
/
deep
/
.el-drawer__body
{
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/definition/components/assertion/ApiAssertions.vue
+
1
-
1
View file @
3ff89a07
...
...
@@ -187,6 +187,6 @@
}
/
deep
/
.el-card__body
{
padding
:
15
px
;
padding
:
6px
10
px
;
}
</
style
>
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/definition/components/case/ApiCaseItem.vue
+
0
-
8
View file @
3ff89a07
...
...
@@ -432,14 +432,6 @@
color
:
white
;
}
.tip
{
padding
:
3px
5px
;
font-size
:
16px
;
border-radius
:
4px
;
border-left
:
4px
solid
#783887
;
margin
:
20px
0
;
}
.is-selected
{
background
:
#EFF7FF
;
}
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/definition/components/case/ApiCaseList.vue
+
1
-
1
View file @
3ff89a07
...
...
@@ -447,7 +447,7 @@ export default {
<
style
scoped
>
.ms-drawer
>>>
.ms-drawer-body
{
margin-top
:
8
0px
;
margin-top
:
4
0px
;
}
</
style
>
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/definition/components/complete/EditCompleteDubboApi.vue
+
1
-
7
View file @
3ff89a07
...
...
@@ -117,11 +117,5 @@
</
script
>
<
style
scoped
>
.tip
{
padding
:
3px
5px
;
font-size
:
16px
;
border-radius
:
4px
;
border-left
:
4px
solid
#783887
;
margin
:
0px
20px
0px
;
}
</
style
>
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/definition/components/complete/EditCompleteHTTPApi.vue
+
0
-
8
View file @
3ff89a07
...
...
@@ -365,14 +365,6 @@
width
:
100%
;
}
.tip
{
padding
:
3px
5px
;
font-size
:
16px
;
border-radius
:
4px
;
border-left
:
4px
solid
#783887
;
margin
:
20px
0
;
}
.ms-http-textarea
{
width
:
100%
;
}
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/definition/components/complete/EditCompleteSQLApi.vue
+
1
-
7
View file @
3ff89a07
...
...
@@ -114,11 +114,5 @@ export default {
</
script
>
<
style
scoped
>
.tip
{
padding
:
3px
5px
;
font-size
:
16px
;
border-radius
:
4px
;
border-left
:
4px
solid
#783887
;
margin
:
0px
20px
0px
;
}
</
style
>
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/definition/components/complete/EditCompleteTCPApi.vue
+
1
-
7
View file @
3ff89a07
...
...
@@ -194,11 +194,5 @@ export default {
</
script
>
<
style
scoped
>
.tip
{
padding
:
3px
5px
;
font-size
:
16px
;
border-radius
:
4px
;
border-left
:
4px
solid
#783887
;
margin
:
0px
20px
0px
;
}
</
style
>
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/definition/components/debug/DebugDubboPage.vue
+
1
-
7
View file @
3ff89a07
...
...
@@ -159,11 +159,5 @@
</
script
>
<
style
scoped
>
.tip
{
padding
:
3px
5px
;
font-size
:
16px
;
border-radius
:
4px
;
border-left
:
4px
solid
#783887
;
margin
:
0px
;
}
</
style
>
This diff is collapsed.
Click to expand it.
frontend/src/business/components/api/definition/components/debug/DebugHttpPage.vue
+
0
-
8
View file @
3ff89a07
...
...
@@ -247,12 +247,4 @@
width
:
500px
;
margin-top
:
5px
;
}
.tip
{
padding
:
3px
5px
;
font-size
:
16px
;
border-radius
:
4px
;
border-left
:
4px
solid
#783887
;
margin
:
20px
0
;
}
</
style
>
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help