bxs-tools-ui 1.3.8-0 → 1.3.8-2
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/lib/add-and-take/index.css +2 -1
- package/lib/add-and-take/index.js +379 -372
- package/lib/adjust-baoe/index.js +4 -4
- package/lib/bxs-utils/index.js +6 -6
- package/lib/index.css +2 -1
- package/lib/index.js +69 -62
- package/lib/insure-calculate/index.js +5 -5
- package/lib/person-info/index.js +14 -14
- package/lib/product-info/index.js +1281 -1281
- package/package.json +1 -1
- package/packages/add-and-take/components/interest-items.css +2 -1
- package/packages/add-and-take/components/interest-items.vue +42 -37
- package/packages/add-and-take/handler.js +13 -6
- package/packages/add-and-take/index.vue +5 -4
- package/packages/planbook-input/components/product-table.vue +8 -3
|
@@ -82,6 +82,7 @@ html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:system
|
|
|
82
82
|
-moz-box-flex: 0;
|
|
83
83
|
-ms-flex: 0 0 5em;
|
|
84
84
|
flex: 0 0 5em;
|
|
85
|
+
margin-top: 3px;
|
|
85
86
|
margin-right: 7px;
|
|
86
87
|
margin-bottom: 12px;
|
|
87
88
|
color: #999;
|
|
@@ -96,7 +97,7 @@ html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:system
|
|
|
96
97
|
}
|
|
97
98
|
.bxt-aat-interest-form .bxt-aatif-item .bxt-aatifi-right .bxt-aatifi-right-options > span {
|
|
98
99
|
display: inline-block;
|
|
99
|
-
width:
|
|
100
|
+
width: 42%;
|
|
100
101
|
margin: 0 9px 12px 0;
|
|
101
102
|
padding: 3px 6px;
|
|
102
103
|
text-align: center;
|