commit:修复样式bug

This commit is contained in:
Jerry
2024-10-13 15:40:45 +08:00
parent c34955f09f
commit ad689610fe

View File

@@ -9,6 +9,7 @@
<template #prepend> <template #prepend>
<el-select <el-select
class="url-select" class="url-select"
style="width: 100px"
v-model="formData.httpRequestInfo.httpMethod" v-model="formData.httpRequestInfo.httpMethod"
placeholder="请选择" placeholder="请选择"
@change="onChange" @change="onChange"