cloud-business 0.1.139-1 → 0.1.140-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.
- package/cloud-business.css +9 -7
- 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
|
@@ -4221,21 +4221,23 @@ body {
|
|
|
4221
4221
|
color: rgba(0, 0, 0, 0.45);
|
|
4222
4222
|
cursor: pointer;
|
|
4223
4223
|
}
|
|
4224
|
-
.grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-header colgroup col.newCloud-table-expand-icon-col {
|
|
4225
|
-
width: 31.6px !important;
|
|
4226
|
-
}
|
|
4227
|
-
.grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-body colgroup col.newCloud-table-expand-icon-col {
|
|
4228
|
-
width: 31.6px !important;
|
|
4229
|
-
}
|
|
4230
4224
|
.grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row > .newCloud-table-cell {
|
|
4231
4225
|
padding: 0!important;
|
|
4226
|
+
overflow-y: hidden;
|
|
4232
4227
|
}
|
|
4233
4228
|
.grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row .newCloud-table-cell > .newCloud-table-expanded-row-fixed {
|
|
4234
|
-
padding: 12px 0 12px
|
|
4229
|
+
padding: 12px 0 12px 47px;
|
|
4230
|
+
background-color: #fafafa;
|
|
4235
4231
|
}
|
|
4236
4232
|
.grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row .newCloud-table-cell > .newCloud-table-container {
|
|
4237
4233
|
padding: 0 0 0 58px;
|
|
4238
4234
|
}
|
|
4235
|
+
.grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-body {
|
|
4236
|
+
overflow: auto hidden !important;
|
|
4237
|
+
}
|
|
4238
|
+
.grid-area-new .customer-order-new .table-container .child-table * {
|
|
4239
|
+
font-size: 12px!important;
|
|
4240
|
+
}
|
|
4239
4241
|
.grid-area-new .customer-order-new .table-container .child-table::before {
|
|
4240
4242
|
display: none;
|
|
4241
4243
|
}
|