cb-biz-ui 1.1.9 → 1.2.1

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.
@@ -127,8 +127,8 @@ const change = () => {
127
127
  });
128
128
  };
129
129
 
130
- const inventoryChange = (e: any) => {
131
- change();
130
+ const inventoryChange = (val: number) => {
131
+ input(val);
132
132
  };
133
133
 
134
134
  const input = (e) => {
@@ -153,7 +153,6 @@ watch(
153
153
  state.capacityType = val;
154
154
  }
155
155
  );
156
-
157
156
  </script>
158
157
 
159
158
  <style scoped lang="scss">
@@ -26,7 +26,7 @@
26
26
  @click="(index) => slideOptions(index, item)"
27
27
  >
28
28
  <view class="ui-goods-item">
29
- <ui-label width="50rpx" class="ui-checkbox">
29
+ <ui-label width="50rpx" min-height="100%" class="ui-checkbox">
30
30
  <ui-checkbox
31
31
  :trigger-group="false"
32
32
  borderColor="#6D7278"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cb-biz-ui",
3
- "version": "1.1.9",
3
+ "version": "1.2.1",
4
4
  "description": "cb-biz-ui",
5
5
  "main": "index.js",
6
6
  "keywords": [