address-client 3.0.35-aodeToV4 → 3.0.36-aodeToV4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.0.35-aodeToV4",
3
+ "version": "3.0.36-aodeToV4",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -32,8 +32,8 @@
32
32
  </div>
33
33
  <div class="span" style="float:right;">
34
34
  <button class="button_search button_spacing" @click="search()" >查询</button>
35
- <button class="button_new button_spacing" style="width:70px" @click="$parent.$parent.add('民用')">添加民用</button>
36
- <button class="button_new button_spacing" style="width:100px" @click="$parent.$parent.add('非民用')">添加特殊地址</button>
35
+ <button class="button_new button_spacing" style="width:100px" @click="$parent.$parent.add('民用')">添加民用</button>
36
+ <button class="button_new button_spacing" style="width:120px" @click="$parent.$parent.add('非民用')">添加特殊地址</button>
37
37
  <button class="button_search button_spacing" @click="$parent.$parent.submit()" >确定</button>
38
38
  <button class="button_search button_spacing" @click="$parent.$parent.cancel()" >取消</button>
39
39
  <div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>