This commit is contained in:
Captain.B 2020-04-09 16:25:28 +08:00
parent 31b6a9e1ad
commit de2fee1772
1 changed files with 6 additions and 3 deletions

View File

@ -17,9 +17,11 @@
</template>
</el-input>
</el-col>
<el-button type="primary" plain @click="save">{{$t('commons.save')}}</el-button>
<el-button type="primary" plain @click="saveAndRun">{{$t('load_test.save_and_run')}}</el-button>
<el-button type="warning" plain @click="cancel">{{$t('commons.cancel')}}</el-button>
<el-col :span="12" :offset="2">
<el-button type="primary" plain @click="save">{{$t('commons.save')}}</el-button>
<el-button type="primary" plain @click="saveAndRun">{{$t('load_test.save_and_run')}}</el-button>
<el-button type="warning" plain @click="cancel">{{$t('commons.cancel')}}</el-button>
</el-col>
</el-row>
@ -235,6 +237,7 @@
.testplan-config {
margin-top: 15px;
text-align: center;
}
.el-select {