style(接口测试): 接口编辑页面页头部分样式优化

This commit is contained in:
fit2-zhao 2022-12-02 14:14:15 +08:00 committed by fit2-zhao
parent db1ee6f431
commit edbcb08815
10 changed files with 14 additions and 22 deletions

View File

@ -395,8 +395,4 @@ export default {
:deep(.el-tree-node__content) {
height: 33px;
}
.ms-api-buttion {
width: 30px;
}
</style>

View File

@ -519,9 +519,9 @@ export default {
:deep(.ms-opt-btn) {
position: fixed;
right: 50px;
z-index: 1;
top: 90px;
right: 50px;
top: 85px;
float: right;
margin-right: 20px;
margin-top: 5px;

View File

@ -4,7 +4,7 @@
<el-row>
<el-col>
<!--操作按钮-->
<div style="float: right; margin-right: 20px; margin-top: 20px" class="ms-opt-btn">
<div class="ms-opt-btn">
<el-tooltip :content="$t('commons.follow')" placement="bottom" effect="dark" v-if="!showFollow">
<i
class="el-icon-star-off"
@ -418,8 +418,8 @@ export default {
<style scoped>
.ms-opt-btn {
position: fixed;
right: 50px;
right: 0px !important;
z-index: 120;
top: 107px;
top: 85px;
}
</style>

View File

@ -3,7 +3,7 @@
<el-card class="card-content" v-loading="httpForm.loading">
<el-form :model="httpForm" :rules="rule" ref="httpForm" label-width="80px" label-position="right">
<!-- 操作按钮 -->
<div style="float: right; margin-right: 20px" class="ms-opt-btn">
<div class="ms-opt-btn">
<el-tooltip :content="$t('commons.follow')" placement="bottom" effect="dark" v-if="!showFollow">
<i
class="el-icon-star-off"
@ -1075,9 +1075,9 @@ export default {
.ms-opt-btn {
position: fixed;
right: 50px;
right: 10px !important;
z-index: 1;
top: 128px;
top: 85px;
}
/*.base-info .el-form-item :deep(.el-form-item__content) {*/

View File

@ -4,7 +4,7 @@
<el-row>
<el-col>
<!--操作按钮-->
<div style="float: right; margin-right: 20px; margin-top: 20px" class="ms-opt-btn">
<div class="ms-opt-btn">
<el-tooltip :content="$t('commons.follow')" placement="bottom" effect="dark" v-if="!showFollow">
<i
class="el-icon-star-off"
@ -428,8 +428,8 @@ export default {
<style scoped>
.ms-opt-btn {
position: fixed;
right: 50px;
right: 10px !important;
z-index: 120;
top: 107px;
top: 85px;
}
</style>

View File

@ -4,7 +4,7 @@
<el-row>
<el-col>
<!--操作按钮-->
<div style="float: right; margin-right: 20px; margin-top: 20px" class="ms-opt-btn">
<div class="ms-opt-btn">
<el-tooltip :content="$t('commons.follow')" placement="bottom" effect="dark" v-if="!showFollow">
<i
class="el-icon-star-off"
@ -545,8 +545,8 @@ export default {
.ms-opt-btn {
position: fixed;
right: 50px;
right: 10px !important;
z-index: 120;
top: 107px;
top: 85px;
}
</style>

View File

@ -6,7 +6,6 @@
<el-dropdown
split-button
type="primary"
class="ms-api-buttion"
@click="handleCommand('add')"
@command="handleCommand"
size="small"

View File

@ -31,7 +31,6 @@
<el-dropdown
split-button
type="primary"
class="ms-api-buttion"
@click="handleCommand('add')"
@command="handleCommand"
size="small"

View File

@ -6,7 +6,6 @@
<el-dropdown
split-button
type="primary"
class="ms-api-buttion"
@click="handleCommand('add')"
@command="handleCommand"
size="small"

View File

@ -7,7 +7,6 @@
<el-dropdown
split-button
type="primary"
class="ms-api-buttion"
@click="handleCommand('add')"
@command="handleCommand"
size="small"