style(接口测试): 接口编辑页面页头部分样式优化
This commit is contained in:
parent
db1ee6f431
commit
edbcb08815
|
@ -395,8 +395,4 @@ export default {
|
|||
:deep(.el-tree-node__content) {
|
||||
height: 33px;
|
||||
}
|
||||
|
||||
.ms-api-buttion {
|
||||
width: 30px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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) {*/
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<el-dropdown
|
||||
split-button
|
||||
type="primary"
|
||||
class="ms-api-buttion"
|
||||
@click="handleCommand('add')"
|
||||
@command="handleCommand"
|
||||
size="small"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
<el-dropdown
|
||||
split-button
|
||||
type="primary"
|
||||
class="ms-api-buttion"
|
||||
@click="handleCommand('add')"
|
||||
@command="handleCommand"
|
||||
size="small"
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<el-dropdown
|
||||
split-button
|
||||
type="primary"
|
||||
class="ms-api-buttion"
|
||||
@click="handleCommand('add')"
|
||||
@command="handleCommand"
|
||||
size="small"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<el-dropdown
|
||||
split-button
|
||||
type="primary"
|
||||
class="ms-api-buttion"
|
||||
@click="handleCommand('add')"
|
||||
@command="handleCommand"
|
||||
size="small"
|
||||
|
|
Loading…
Reference in New Issue