Commit 0ae15c2a authored by 晓彤's avatar 晓彤

更新样式

parent 7770e420
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div style="margin-left:50px"> <div style="margin-left:50px">
<el-form ref="bindAddressRef" :rules="rules" :model="bindAddressForm" label-width="90px"> <el-form ref="bindAddressRef" :rules="rules" :model="bindAddressForm" label-width="90px">
<el-alert :closable="false" title="温馨提醒" type="warning" description="收货地址默认为:北京市海淀区海淀街道中国电子大厦B座;收货人:量化派" /> <el-alert :closable="false" title="温馨提醒" type="warning" description="收货地址默认为:北京市海淀区海淀街道中国电子大厦B座;收货人:量化派" />
<el-form-item label="环境名称:" prop="namespace" style="width:400px"> <el-form-item label="环境名称:" prop="namespace" style="width:400px;margin-top:20px">
<el-select v-model="bindAddressForm.namespace" placeholder="请选择环境" style="width:310px"> <el-select v-model="bindAddressForm.namespace" placeholder="请选择环境" style="width:310px">
<el-option v-for="item in namespaceList" :key="item.name" :label="item.name" :value="item.name"> <el-option v-for="item in namespaceList" :key="item.name" :label="item.name" :value="item.name">
</el-option> </el-option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment