cloud-business 0.1.137-2 → 0.1.137-3
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/cloud-business.css +5 -0
- package/cloud-business.js +1 -1
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -6780,6 +6780,9 @@ body {
|
|
|
6780
6780
|
.cloud-goods-selector-new-goods-modal .newCloud-tabs-line-horizontal {
|
|
6781
6781
|
padding: 0;
|
|
6782
6782
|
}
|
|
6783
|
+
.cloud-goods-selector-new-goods-modal-tab-panel {
|
|
6784
|
+
height: 100%;
|
|
6785
|
+
}
|
|
6783
6786
|
.cloud-goods-selector-new-goods-modal-tabs {
|
|
6784
6787
|
display: flex;
|
|
6785
6788
|
flex-flow: column nowrap;
|
|
@@ -6791,6 +6794,7 @@ body {
|
|
|
6791
6794
|
/* 表格基本样式 */
|
|
6792
6795
|
}
|
|
6793
6796
|
.cloud-goods-selector-new-goods-modal-tabs-panel {
|
|
6797
|
+
height: 100%;
|
|
6794
6798
|
height: 670px;
|
|
6795
6799
|
display: flex;
|
|
6796
6800
|
flex-flow: column nowrap;
|
|
@@ -6808,6 +6812,7 @@ body {
|
|
|
6808
6812
|
display: inline-flex;
|
|
6809
6813
|
}
|
|
6810
6814
|
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap {
|
|
6815
|
+
height: 100%;
|
|
6811
6816
|
display: flex;
|
|
6812
6817
|
flex-flow: column;
|
|
6813
6818
|
flex: 1;
|