style(接口测试): 修复场景详情-UI列表导入-协议下拉框和搜索框重叠

This commit is contained in:
rubyliu 2023-07-26 23:25:26 +08:00 committed by fit2-zhao
parent c5305e281f
commit 69ff85af0e
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }