class 修改
This commit is contained in:
parent
3ecdad488c
commit
35a55259d0
|
@ -21,7 +21,7 @@
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
|
||||||
<el-tabs style="margin-top: 15px;" v-model="active" type="border-card" :stretch="true">
|
<el-tabs class="testplan-config" v-model="active" type="border-card" :stretch="true">
|
||||||
<el-tab-pane label="基础配置">
|
<el-tab-pane label="基础配置">
|
||||||
<ms-test-plan-basic-config :test-plan="testPlan"/>
|
<ms-test-plan-basic-config :test-plan="testPlan"/>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
.edit-testplan-container {
|
.edit-testplan-container {
|
||||||
float: none;
|
float: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -218,14 +218,18 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-content {
|
.edit-testplan-container .main-content {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-testplan-container .el-select .el-input {
|
.edit-testplan-container .testplan-config {
|
||||||
width: 130px;
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-select {
|
||||||
|
min-width: 130px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-testplan-container .input-with-select .el-input-group__prepend {
|
.edit-testplan-container .input-with-select .el-input-group__prepend {
|
||||||
|
|
Loading…
Reference in New Issue