style(接口测试): 修复场景详情-UI列表导入-协议下拉框和搜索框重叠
This commit is contained in:
parent
c5305e281f
commit
69ff85af0e
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<el-row>
|
<el-row :gutter="32">
|
||||||
<el-col :span="8">
|
<el-col :span="8">
|
||||||
<el-select class="protocol-select" size="small" v-model="condition.protocol">
|
<el-select class="protocol-select" size="small" v-model="condition.protocol">
|
||||||
<el-option
|
<el-option
|
||||||
|
@ -240,7 +240,7 @@ export default {
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.protocol-select {
|
.protocol-select {
|
||||||
width: 85px;
|
width: 100%;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue