style(接口测试): 接口编辑页面页头部分样式优化
This commit is contained in:
parent
db1ee6f431
commit
edbcb08815
|
@ -395,8 +395,4 @@ export default {
|
||||||
:deep(.el-tree-node__content) {
|
:deep(.el-tree-node__content) {
|
||||||
height: 33px;
|
height: 33px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-api-buttion {
|
|
||||||
width: 30px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -519,9 +519,9 @@ export default {
|
||||||
|
|
||||||
:deep(.ms-opt-btn) {
|
:deep(.ms-opt-btn) {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 50px;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
top: 90px;
|
right: 50px;
|
||||||
|
top: 85px;
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col>
|
<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">
|
<el-tooltip :content="$t('commons.follow')" placement="bottom" effect="dark" v-if="!showFollow">
|
||||||
<i
|
<i
|
||||||
class="el-icon-star-off"
|
class="el-icon-star-off"
|
||||||
|
@ -418,8 +418,8 @@ export default {
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.ms-opt-btn {
|
.ms-opt-btn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 50px;
|
right: 0px !important;
|
||||||
z-index: 120;
|
z-index: 120;
|
||||||
top: 107px;
|
top: 85px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<el-card class="card-content" v-loading="httpForm.loading">
|
<el-card class="card-content" v-loading="httpForm.loading">
|
||||||
<el-form :model="httpForm" :rules="rule" ref="httpForm" label-width="80px" label-position="right">
|
<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">
|
<el-tooltip :content="$t('commons.follow')" placement="bottom" effect="dark" v-if="!showFollow">
|
||||||
<i
|
<i
|
||||||
class="el-icon-star-off"
|
class="el-icon-star-off"
|
||||||
|
@ -1075,9 +1075,9 @@ export default {
|
||||||
|
|
||||||
.ms-opt-btn {
|
.ms-opt-btn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 50px;
|
right: 10px !important;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
top: 128px;
|
top: 85px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.base-info .el-form-item :deep(.el-form-item__content) {*/
|
/*.base-info .el-form-item :deep(.el-form-item__content) {*/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col>
|
<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">
|
<el-tooltip :content="$t('commons.follow')" placement="bottom" effect="dark" v-if="!showFollow">
|
||||||
<i
|
<i
|
||||||
class="el-icon-star-off"
|
class="el-icon-star-off"
|
||||||
|
@ -428,8 +428,8 @@ export default {
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.ms-opt-btn {
|
.ms-opt-btn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 50px;
|
right: 10px !important;
|
||||||
z-index: 120;
|
z-index: 120;
|
||||||
top: 107px;
|
top: 85px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col>
|
<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">
|
<el-tooltip :content="$t('commons.follow')" placement="bottom" effect="dark" v-if="!showFollow">
|
||||||
<i
|
<i
|
||||||
class="el-icon-star-off"
|
class="el-icon-star-off"
|
||||||
|
@ -545,8 +545,8 @@ export default {
|
||||||
|
|
||||||
.ms-opt-btn {
|
.ms-opt-btn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 50px;
|
right: 10px !important;
|
||||||
z-index: 120;
|
z-index: 120;
|
||||||
top: 107px;
|
top: 85px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
<el-dropdown
|
<el-dropdown
|
||||||
split-button
|
split-button
|
||||||
type="primary"
|
type="primary"
|
||||||
class="ms-api-buttion"
|
|
||||||
@click="handleCommand('add')"
|
@click="handleCommand('add')"
|
||||||
@command="handleCommand"
|
@command="handleCommand"
|
||||||
size="small"
|
size="small"
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
<el-dropdown
|
<el-dropdown
|
||||||
split-button
|
split-button
|
||||||
type="primary"
|
type="primary"
|
||||||
class="ms-api-buttion"
|
|
||||||
@click="handleCommand('add')"
|
@click="handleCommand('add')"
|
||||||
@command="handleCommand"
|
@command="handleCommand"
|
||||||
size="small"
|
size="small"
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
<el-dropdown
|
<el-dropdown
|
||||||
split-button
|
split-button
|
||||||
type="primary"
|
type="primary"
|
||||||
class="ms-api-buttion"
|
|
||||||
@click="handleCommand('add')"
|
@click="handleCommand('add')"
|
||||||
@command="handleCommand"
|
@command="handleCommand"
|
||||||
size="small"
|
size="small"
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<el-dropdown
|
<el-dropdown
|
||||||
split-button
|
split-button
|
||||||
type="primary"
|
type="primary"
|
||||||
class="ms-api-buttion"
|
|
||||||
@click="handleCommand('add')"
|
@click="handleCommand('add')"
|
||||||
@command="handleCommand"
|
@command="handleCommand"
|
||||||
size="small"
|
size="small"
|
||||||
|
|
Loading…
Reference in New Issue