add props

This commit is contained in:
Fine 2022-11-29 16:42:10 +08:00
parent 09e0a787e1
commit d1c5ab7377

View File

@ -18,7 +18,7 @@ limitations under the License. -->
<el-input size="small" v-model="traceId" class="trace-id" />
</div>
<div class="conditions flex-h" v-else>
<el-radio-group v-model="conditions" @change="changeCondition">
<el-radio-group v-model="conditions" @change="changeCondition" size="small">
<el-radio-button
v-for="(item, index) in items"
:label="item.label"