@aplus-frontend/ui 0.5.24 → 0.5.26
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/es/src/ap-form/search-form/index.vue.mjs +1 -1
- package/es/src/ap-grid/editable/form-item.vue.mjs +14 -14
- package/es/src/ap-grid/editable/index.vue.mjs +10 -10
- package/es/src/business/ap-ladder/ApLadder.vue.d.ts +1 -83
- package/es/src/business/ap-ladder/ApLadder.vue2.mjs +34 -59
- package/es/src/business/ap-ladder/components/SimpleMode.vue.d.ts +3 -65
- package/es/src/business/ap-ladder/components/SimpleMode.vue2.mjs +34 -99
- package/es/src/business/ap-ladder/components/ValueGroupMode.vue.d.ts +3 -75
- package/es/src/business/ap-ladder/components/ValueGroupMode.vue2.mjs +68 -195
- package/es/src/business/ap-ladder/index.d.ts +1 -235
- package/es/src/business/ap-ladder/interface.d.ts +4 -114
- package/es/src/business/ap-ladder/utils.d.ts +5 -0
- package/es/src/business/ap-ladder/utils.mjs +38 -3
- package/es/src/business/ap-product-info/ApProductInfo.d.ts +46 -0
- package/es/src/business/ap-product-info/constans.d.ts +23 -0
- package/es/src/business/ap-product-info/index.d.ts +1 -0
- package/es/src/business/ap-product-info/interface.d.ts +11 -0
- package/es/src/editable-table/form-item.vue.mjs +83 -83
- package/es/src/editable-table/index.vue.mjs +84 -79
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ap-grid/editable/index.vue.js +1 -1
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +1 -83
- package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
- package/lib/src/business/ap-ladder/components/SimpleMode.vue.d.ts +3 -65
- package/lib/src/business/ap-ladder/components/SimpleMode.vue2.js +1 -1
- package/lib/src/business/ap-ladder/components/ValueGroupMode.vue.d.ts +3 -75
- package/lib/src/business/ap-ladder/components/ValueGroupMode.vue2.js +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +1 -235
- package/lib/src/business/ap-ladder/interface.d.ts +4 -114
- package/lib/src/business/ap-ladder/utils.d.ts +5 -0
- package/lib/src/business/ap-ladder/utils.js +1 -1
- package/lib/src/business/ap-product-info/ApProductInfo.d.ts +46 -0
- package/lib/src/business/ap-product-info/constans.d.ts +23 -0
- package/lib/src/business/ap-product-info/index.d.ts +1 -0
- package/lib/src/business/ap-product-info/interface.d.ts +11 -0
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.js +1 -1
- package/package.json +5 -5
- package/theme/ap-grid/index.css +4 -0
- package/theme/ap-grid/index.less +4 -0
- package/theme/ap-ladder/ap-ladder.css +14 -5
- package/theme/ap-ladder/ap-ladder.less +16 -7
- package/theme/index.css +18 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("vue"),E=require("@aplus-frontend/antdv"),p=require("../ap-form/index.js"),d=require("lodash-unified");require("../config-provider/index.js");const P=require("../ap-form/context.js"),h=require("../utils/index.js"),j=require("./hooks/use-get-columns.js"),A=require("./utils.js"),O=require("../config-provider/hooks/use-namespace.js"),z=require("../config-provider/hooks/use-global-config.js"),G=t.defineComponent({name:"EditableTableInner",__name:"form-item",props:{dropdownPrefixCls:{},pagination:{type:[Boolean,Object],default:!1},loading:{type:[Boolean,Object],default:void 0},size:{default:"middle"},bordered:{type:Boolean,default:!1},locale:{},onResizeColumn:{},rowSelection:{},getPopupContainer:{},scroll:{},sortDirections:{default:()=>["ascend","descend"]},showSorterTooltip:{type:[Boolean,Object],default:!0},prefixCls:{},rowKey:{default:"key"},tableLayout:{default:"fixed"},rowClassName:{},title:{},footer:{},id:{},showHeader:{type:Boolean,default:!0},components:{},customRow:{},customHeaderRow:{},direction:{},expandFixed:{type:[String,Boolean],default:!1},expandColumnWidth:{},expandedRowKeys:{},defaultExpandedRowKeys:{},expandedRowRender:{},expandRowByClick:{type:Boolean,default:!1},expandIcon:{},onExpand:{},onExpandedRowsChange:{},defaultExpandAllRows:{type:Boolean,default:!1},indentSize:{default:15},expandIconColumnIndex:{},showExpandColumn:{type:Boolean,default:!0},expandedRowClassName:{},childrenColumnName:{default:"children"},rowExpandable:{},sticky:{type:[Boolean,Object]},transformCellText:{},columns:{},value:{},defaultValue:{},"onUpdate:value":{},onChange:{},maxLength:{},onFieldChange:{},label:{},name:{},formItem:{default:()=>({})}},setup(g,{expose:x}){const n=g;function b(e,a){return d.isArray(a)?a.reduce((l,o)=>l==null?void 0:l[o],e):e==null?void 0:e[a]}const{internalInstance:u,model:w}=P.useInjectForm(),i=t.ref(b(t.unref(w),n.name)||[]),C=t.useSlots(),y=t.toRef(n,"name"),R=p.ApForm.useWatch(y);t.watch(()=>R.value,async e=>{var a;await t.nextTick(),i.value=e,(a=n.onChange)==null||a.call(n,e)},{deep:!0});const{b:B}=O.useNamespace("editable-table"),m=t.ref(),F=z.useGlobalConfig("valueTypeMap"),T=j.default(n,F);function q(e,a){var s;const l=((s=t.unref(i))==null?void 0:s.length)||0;if(h.isDef(n.maxLength)&&l>=n.maxLength)return;const o={...e||{}};u==null||u.setFieldValue(n.name,o,!0,(r,f)=>{r[f]||(r[f]=[o]),d.isUndefined(a)?r[f].push(o):r[f].splice(a,0,o)})}function v(e,a="suffix"){var r;const l=((r=t.unref(i))==null?void 0:r.length)||0,o=d.isNumber(e)?e:e.length;if(h.isDef(n.maxLength)&&l+o>n.maxLength)return;const s=d.isNumber(e)?new Array(e).fill(0).map(()=>({})):d.cloneDeep(e);u==null||u.setFieldValue(n.name,s,!0,(f,c)=>{f[c]||(f[c]=[...s]),a==="suffix"?f[c].push(...s):f[c].unshift(...s)})}function D(e){const a=new Set(d.isNumber(e)?[e]:e);u==null||u.setFieldValue(n.name,void 0,!0,(l,o)=>{l[o]=l[o].filter((s,r)=>!a.has(r))})}function N(){return t.unref(i)}function S(e){var a;return(a=t.unref(i))==null?void 0:a[e]}function L(e,a,l=!0){u==null||u.setFieldValue(n.name,void 0,!0,(o,s)=>{!o[s]||!o[s][e]||(o[s][e]={...l?o[s][e]:{},...a})})}function V(e){u==null||u.setFieldValue(n.name,e)}function _(e,a){var o;const l=e==="end"?i.value.length-1:e;A.scrollToRowIndex(l,(o=m.value)==null?void 0:o.$el,a)}function k(){var e;(e=u==null?void 0:u.setFieldValue)==null||e.call(u,n.name,[])}return x({add:q,remove:D,getRowData:S,getRowsData:N,setRowData:L,addMultiple:v,scrollTo:_,setTableData:V,clear:k}),(e,a)=>(t.openBlock(),t.createBlock(t.unref(p.ApForm).FormItem,t.mergeProps(e.formItem,{name:e.name,label:e.label}),{default:t.withCtx(()=>[t.createVNode(t.unref(E.Table),t.mergeProps(t.unref(d.omit)(n,["name","maxLength","onChange"]),{ref_key:"tableRef",ref:m,class:t.unref(B)(),columns:t.unref(T),"data-source":i.value}),t.createSlots({_:2},[t.renderList(t.unref(d.omit)(C,["headerCell"]),(l,o)=>({name:o,fn:t.withCtx(s=>[t.renderSlot(e.$slots,o,t.normalizeProps(t.guardReactiveProps(s||{})))])}))]),1040,["class","columns","data-source"])]),_:3},16,["name","label"]))}});exports.default=G;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("vue"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("vue"),O=require("@aplus-frontend/antdv"),x=require("../ap-form/index.js"),d=require("lodash-unified");require("../config-provider/index.js");require("../hooks/index.js");const v=require("../utils/index.js"),z=require("./utils.js"),U=require("./hooks/use-get-columns.js"),G=require("../config-provider/hooks/use-namespace.js"),K=require("../hooks/useControllableValue.js"),$=require("../config-provider/hooks/use-global-config.js"),H=n.defineComponent({name:"EditableTable",__name:"index",props:{dropdownPrefixCls:{},pagination:{type:[Boolean,Object],default:!1},loading:{type:[Boolean,Object],default:void 0},size:{default:"middle"},bordered:{type:Boolean,default:!1},locale:{},onResizeColumn:{},rowSelection:{},getPopupContainer:{},scroll:{},sortDirections:{default:()=>["ascend","descend"]},showSorterTooltip:{type:[Boolean,Object],default:!0},prefixCls:{},rowKey:{default:"key"},tableLayout:{default:"fixed"},rowClassName:{},title:{},footer:{},id:{},showHeader:{type:Boolean,default:!0},components:{},customRow:{},customHeaderRow:{},direction:{},expandFixed:{type:[String,Boolean],default:!1},expandColumnWidth:{},expandedRowKeys:{},defaultExpandedRowKeys:{},expandedRowRender:{},expandRowByClick:{type:Boolean,default:!1},expandIcon:{},onExpand:{},onExpandedRowsChange:{},defaultExpandAllRows:{type:Boolean,default:!1},indentSize:{default:15},expandIconColumnIndex:{},showExpandColumn:{type:Boolean,default:!0},expandedRowClassName:{},childrenColumnName:{default:"children"},rowExpandable:{},sticky:{type:[Boolean,Object]},transformCellText:{},columns:{},value:{},defaultValue:{},"onUpdate:value":{},onChange:{},maxLength:{},name:{default:"ap-editable-table-inner-name"},onFieldChange:{}},emits:["update:value"],setup(w,{expose:C,emit:b}){const l=w,{b:y}=G.useNamespace("editable-table"),R=n.useSlots(),F=b,g=n.ref(),{value:p,updateValue:q}=K.useControllableValue(l,F),i=n.ref(),B=$.useGlobalConfig("valueTypeMap"),h=x.ApForm.useWatch(l.name,i);n.watch(()=>h.value,e=>{var t;q(e),(t=l.onChange)==null||t.call(l,e)},{deep:!0,flush:"post"}),n.watch(p,e=>{var t;e!==n.unref(h)&&(d.isEqual(e,n.unref(h))||(t=i.value)==null||t.setFieldValue(l.name,e))},{deep:!0});const V=U.default(l,B);function N(){var e;(e=i.value)==null||e.resetFields()}function T(e){return e?(d.isArray(e)?e:[e]).map(o=>d.isArray(o)?[l.name,...o]:[l.name,o]):void 0}async function _(e,t){var a;const o=await((a=i.value)==null?void 0:a.validateFields(T(e),t));return o==null?void 0:o[l.name]}function S(e,t){var u,r,s;const o=((u=n.unref(p))==null?void 0:u.length)||0;if(v.isDef(l.maxLength)&&o>=l.maxLength)return;const a={...e||{}};(s=(r=i.value)==null?void 0:r.setFieldValue)==null||s.call(r,l.name,a,!0,(f,c)=>{f[c]||(f[c]=[a]),d.isUndefined(t)?f[c].push(a):f[c].splice(t,0,a)})}function A(e,t="suffix"){var r,s,f;const o=((r=n.unref(p))==null?void 0:r.length)||0,a=d.isNumber(e)?e:e.length;if(v.isDef(l.maxLength)&&o+a>l.maxLength)return;const u=d.isNumber(e)?new Array(e).fill({}):d.cloneDeep(e);(f=(s=i.value)==null?void 0:s.setFieldValue)==null||f.call(s,l.name,u,!0,(c,m)=>{c[m]||(c[m]=[...u]),t==="suffix"?c[m].push(...u):c[m].unshift(...u)})}function D(e){var o,a;const t=new Set(d.isNumber(e)?[e]:e);(a=(o=i.value)==null?void 0:o.setFieldValue)==null||a.call(o,l.name,void 0,!0,(u,r)=>{u[r]=u[r].filter((s,f)=>!t.has(f))})}function L(){return n.unref(p)}function E(e){var t;(t=i.value)==null||t.setFieldValue(l.name,e)}function k(e){var t;return(t=n.unref(p))==null?void 0:t[e]}function P(e,t,o=!0){var a,u;(u=(a=i.value)==null?void 0:a.setFieldValue)==null||u.call(a,l.name,void 0,!0,(r,s)=>{!r[s]||!r[s][e]||(r[s][e]={...o?r[s][e]:{},...t})})}function j(e,t){var a;const o=e==="end"?p.value.length-1:e;z.scrollToRowIndex(o,(a=g.value)==null?void 0:a.$el,t)}function I(){var e,t;(t=(e=i.value)==null?void 0:e.setFieldValue)==null||t.call(e,l.name,[])}return C({resetFields:N,validateFields:_,add:S,remove:D,getRowData:k,getRowsData:L,setRowData:P,addMultiple:A,scrollTo:j,clear:I,setTableData:E}),(e,t)=>(n.openBlock(),n.createBlock(n.unref(x.ApForm),{ref_key:"formRef",ref:i,"initial-values":{[l.name]:n.unref(p)}},{default:n.withCtx(()=>[n.createVNode(n.unref(x.ApForm).FormItem,{name:e.name,"no-style":""},{default:n.withCtx(()=>[n.createVNode(n.unref(O.Table),n.mergeProps(n.unref(d.omit)(l,["name","value","onUpdate:value","maxLength","onChange"]),{ref_key:"tableRef",ref:g,class:n.unref(y)(),columns:n.unref(V),"data-source":n.unref(p)}),n.createSlots({_:2},[n.renderList(n.unref(d.omit)(R,["headerCell"]),(o,a)=>({name:a,fn:n.withCtx(u=>[n.renderSlot(e.$slots,a,n.normalizeProps(n.guardReactiveProps(u||{})))])}))]),1040,["class","columns","data-source"])]),_:3},8,["name"])]),_:3},8,["initial-values"]))}});exports.default=H;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aplus-frontend/ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.26",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -65,19 +65,19 @@
|
|
|
65
65
|
"sortablejs": "^1.15.2",
|
|
66
66
|
"vue-virtual-scroller": "2.0.0-beta.8",
|
|
67
67
|
"vuedraggable": "^4.1.0",
|
|
68
|
-
"vxe-pc-ui": "4.
|
|
69
|
-
"vxe-table": "4.
|
|
68
|
+
"vxe-pc-ui": "4.5.0",
|
|
69
|
+
"vxe-table": "4.12.1",
|
|
70
70
|
"@aplus-frontend/hooks": "1.0.7",
|
|
71
71
|
"@aplus-frontend/utils": "1.0.55"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
|
-
"@aplus-frontend/antdv": "^1.1.
|
|
74
|
+
"@aplus-frontend/antdv": "^1.1.4",
|
|
75
75
|
"@aplus-frontend/icon": "^1.2.1",
|
|
76
76
|
"@aplus-frontend/oss": "^1.1.2",
|
|
77
77
|
"vue": "^3.5.13"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@aplus-frontend/antdv": "^1.1.
|
|
80
|
+
"@aplus-frontend/antdv": "^1.1.4",
|
|
81
81
|
"@aplus-frontend/icon": "^1.2.1",
|
|
82
82
|
"@aplus-frontend/oss": "^1.1.2",
|
|
83
83
|
"@types/sortablejs": "^1.15.8",
|
package/theme/ap-grid/index.css
CHANGED
|
@@ -285,6 +285,9 @@
|
|
|
285
285
|
padding: 16px;
|
|
286
286
|
background-color: #fff;
|
|
287
287
|
}
|
|
288
|
+
.aplus-ap-grid-wrapper.aplus-ap-grid-sticky {
|
|
289
|
+
padding-bottom: 0;
|
|
290
|
+
}
|
|
288
291
|
.aplus-ap-grid__search-wrapper {
|
|
289
292
|
padding: 16px;
|
|
290
293
|
padding-bottom: 0;
|
|
@@ -293,6 +296,7 @@
|
|
|
293
296
|
}
|
|
294
297
|
.aplus-ap-grid__table-wrapper {
|
|
295
298
|
flex: 1;
|
|
299
|
+
min-height: 0;
|
|
296
300
|
max-height: 100%;
|
|
297
301
|
width: 100%;
|
|
298
302
|
display: flex;
|
package/theme/ap-grid/index.less
CHANGED
|
@@ -52,6 +52,9 @@
|
|
|
52
52
|
padding: 16px;
|
|
53
53
|
background-color: #fff;
|
|
54
54
|
}
|
|
55
|
+
&-wrapper&-sticky {
|
|
56
|
+
padding-bottom: 0;
|
|
57
|
+
}
|
|
55
58
|
&__search-wrapper {
|
|
56
59
|
padding:16px;
|
|
57
60
|
padding-bottom: 0;
|
|
@@ -60,6 +63,7 @@
|
|
|
60
63
|
}
|
|
61
64
|
&__table-wrapper {
|
|
62
65
|
flex: 1;
|
|
66
|
+
min-height: 0;
|
|
63
67
|
max-height: 100%;
|
|
64
68
|
width: 100%;
|
|
65
69
|
display: flex;
|
|
@@ -20,6 +20,12 @@
|
|
|
20
20
|
display: inline-block;
|
|
21
21
|
color: #8896B0;
|
|
22
22
|
word-break: break-all;
|
|
23
|
+
position: relative;
|
|
24
|
+
justify-content: center;
|
|
25
|
+
}
|
|
26
|
+
.aplus-ap-ladder__value-group-label-semicolon {
|
|
27
|
+
display: inline-block;
|
|
28
|
+
padding: 0 3px;
|
|
23
29
|
}
|
|
24
30
|
.aplus-ap-ladder__value-group-value {
|
|
25
31
|
color: #182948;
|
|
@@ -29,16 +35,19 @@
|
|
|
29
35
|
white-space: nowrap;
|
|
30
36
|
}
|
|
31
37
|
.aplus-ap-ladder__value-group-link {
|
|
32
|
-
cursor: pointer
|
|
33
|
-
color: #0070ff
|
|
34
|
-
text-decoration: none
|
|
38
|
+
cursor: pointer ;
|
|
39
|
+
color: #0070ff;
|
|
40
|
+
text-decoration: none ;
|
|
35
41
|
}
|
|
36
|
-
.aplus-ap-
|
|
42
|
+
.aplus-ap-ladder__value-group-label-left {
|
|
37
43
|
text-align: left;
|
|
38
44
|
}
|
|
39
|
-
.aplus-ap-
|
|
45
|
+
.aplus-ap-ladder__value-group-label-right {
|
|
40
46
|
text-align: right;
|
|
41
47
|
}
|
|
48
|
+
.aplus-ap-ladder__label-align-space-between {
|
|
49
|
+
justify-content: space-between;
|
|
50
|
+
}
|
|
42
51
|
.aplus-ap-ladder-base {
|
|
43
52
|
display: flex;
|
|
44
53
|
}
|
|
@@ -13,16 +13,22 @@
|
|
|
13
13
|
overflow: hidden;
|
|
14
14
|
text-overflow: ellipsis;
|
|
15
15
|
white-space: nowrap;
|
|
16
|
-
min-width: 0;
|
|
16
|
+
min-width: 0;
|
|
17
17
|
}
|
|
18
18
|
&__value-group-value-end{
|
|
19
19
|
justify-content: flex-end;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
&__value-group-label{
|
|
23
|
-
|
|
23
|
+
display: inline-block;
|
|
24
24
|
color: #8896B0;
|
|
25
25
|
word-break: break-all;
|
|
26
|
+
position: relative;
|
|
27
|
+
justify-content: center;
|
|
28
|
+
}
|
|
29
|
+
&__value-group-label-semicolon{
|
|
30
|
+
display: inline-block;
|
|
31
|
+
padding: 0 3px;
|
|
26
32
|
}
|
|
27
33
|
&__value-group-value{
|
|
28
34
|
color: #182948;
|
|
@@ -32,15 +38,18 @@
|
|
|
32
38
|
white-space: nowrap;
|
|
33
39
|
}
|
|
34
40
|
&__value-group-link{
|
|
35
|
-
cursor: pointer
|
|
36
|
-
color: @aplus-primary-color
|
|
37
|
-
text-decoration: none
|
|
41
|
+
cursor: pointer ;
|
|
42
|
+
color: @aplus-primary-color;
|
|
43
|
+
text-decoration: none ;
|
|
38
44
|
}
|
|
39
|
-
&
|
|
45
|
+
&__value-group-label-left{
|
|
40
46
|
text-align: left;
|
|
41
47
|
}
|
|
42
|
-
&
|
|
48
|
+
&__value-group-label-right{
|
|
43
49
|
text-align: right;
|
|
50
|
+
}
|
|
51
|
+
&__label-align-space-between{
|
|
52
|
+
justify-content: space-between
|
|
44
53
|
}
|
|
45
54
|
&-base{
|
|
46
55
|
display: flex;
|
package/theme/index.css
CHANGED
|
@@ -608,6 +608,12 @@
|
|
|
608
608
|
display: inline-block;
|
|
609
609
|
color: #8896B0;
|
|
610
610
|
word-break: break-all;
|
|
611
|
+
position: relative;
|
|
612
|
+
justify-content: center;
|
|
613
|
+
}
|
|
614
|
+
.aplus-ap-ladder__value-group-label-semicolon {
|
|
615
|
+
display: inline-block;
|
|
616
|
+
padding: 0 3px;
|
|
611
617
|
}
|
|
612
618
|
.aplus-ap-ladder__value-group-value {
|
|
613
619
|
color: #182948;
|
|
@@ -617,16 +623,19 @@
|
|
|
617
623
|
white-space: nowrap;
|
|
618
624
|
}
|
|
619
625
|
.aplus-ap-ladder__value-group-link {
|
|
620
|
-
cursor: pointer
|
|
621
|
-
color: #0070ff
|
|
622
|
-
text-decoration: none
|
|
626
|
+
cursor: pointer ;
|
|
627
|
+
color: #0070ff;
|
|
628
|
+
text-decoration: none ;
|
|
623
629
|
}
|
|
624
|
-
.aplus-ap-
|
|
630
|
+
.aplus-ap-ladder__value-group-label-left {
|
|
625
631
|
text-align: left;
|
|
626
632
|
}
|
|
627
|
-
.aplus-ap-
|
|
633
|
+
.aplus-ap-ladder__value-group-label-right {
|
|
628
634
|
text-align: right;
|
|
629
635
|
}
|
|
636
|
+
.aplus-ap-ladder__label-align-space-between {
|
|
637
|
+
justify-content: space-between;
|
|
638
|
+
}
|
|
630
639
|
.aplus-ap-ladder-base {
|
|
631
640
|
display: flex;
|
|
632
641
|
}
|
|
@@ -2289,6 +2298,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2289
2298
|
padding: 16px;
|
|
2290
2299
|
background-color: #fff;
|
|
2291
2300
|
}
|
|
2301
|
+
.aplus-ap-grid-wrapper.aplus-ap-grid-sticky {
|
|
2302
|
+
padding-bottom: 0;
|
|
2303
|
+
}
|
|
2292
2304
|
.aplus-ap-grid__search-wrapper {
|
|
2293
2305
|
padding: 16px;
|
|
2294
2306
|
padding-bottom: 0;
|
|
@@ -2297,6 +2309,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2297
2309
|
}
|
|
2298
2310
|
.aplus-ap-grid__table-wrapper {
|
|
2299
2311
|
flex: 1;
|
|
2312
|
+
min-height: 0;
|
|
2300
2313
|
max-height: 100%;
|
|
2301
2314
|
width: 100%;
|
|
2302
2315
|
display: flex;
|