@steedos-widgets/amis-object 3.6.14 → 6.3.0-beta.10
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/dist/amis-object.cjs.css +45 -3
- package/dist/amis-object.cjs.js +163 -88
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +45 -3
- package/dist/amis-object.esm.js +163 -88
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +45 -3
- package/dist/amis-object.umd.js +60 -52
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +21 -21
- package/dist/meta.js +46 -11
- package/package.json +3 -3
package/dist/amis-object.cjs.css
CHANGED
|
@@ -436,6 +436,22 @@ fieldset.antd-Collapse > legend{
|
|
|
436
436
|
.antd-InputTable .antd-Table-table > thead > tr > th:not(:last-child) {
|
|
437
437
|
border-right: none;
|
|
438
438
|
}
|
|
439
|
+
|
|
440
|
+
/* amis升级到6.3.0后配置了menuTpl属性的input-tree组件,菜单项内的wrapper组件宽度计算出bug了,需要指定宽度为100% */
|
|
441
|
+
.antd-Tree .antd-Tree-list .antd-Tree-item .antd-Tree-itemLabel-item .antd-Tree-itemText >.antd-Wrapper{
|
|
442
|
+
width: 100%;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
@media (max-width: 768px){
|
|
446
|
+
.antd-Modal-footer{
|
|
447
|
+
flex-wrap: wrap;
|
|
448
|
+
}
|
|
449
|
+
.antd-Modal-footer .antd-Dialog-info{
|
|
450
|
+
flex-basis: 100%;
|
|
451
|
+
text-align: center;
|
|
452
|
+
margin-bottom: 0.5rem;
|
|
453
|
+
}
|
|
454
|
+
}
|
|
439
455
|
.ant-dropdown{
|
|
440
456
|
z-index: 1400;
|
|
441
457
|
}
|
|
@@ -941,6 +957,9 @@ fieldset.antd-Collapse > legend{
|
|
|
941
957
|
.break-words {
|
|
942
958
|
overflow-wrap: break-word
|
|
943
959
|
}
|
|
960
|
+
.break-all {
|
|
961
|
+
word-break: break-all
|
|
962
|
+
}
|
|
944
963
|
.rounded {
|
|
945
964
|
border-radius: 0.25rem
|
|
946
965
|
}
|
|
@@ -1018,6 +1037,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1018
1037
|
.bg-none {
|
|
1019
1038
|
background-image: none
|
|
1020
1039
|
}
|
|
1040
|
+
.\!fill-white {
|
|
1041
|
+
fill: #fff !important
|
|
1042
|
+
}
|
|
1021
1043
|
.fill-gray-500 {
|
|
1022
1044
|
fill: #6b7280
|
|
1023
1045
|
}
|
|
@@ -1067,6 +1089,10 @@ fieldset.antd-Collapse > legend{
|
|
|
1067
1089
|
padding-top: 0.625rem;
|
|
1068
1090
|
padding-bottom: 0.625rem
|
|
1069
1091
|
}
|
|
1092
|
+
.py-3 {
|
|
1093
|
+
padding-top: 0.75rem;
|
|
1094
|
+
padding-bottom: 0.75rem
|
|
1095
|
+
}
|
|
1070
1096
|
.py-4 {
|
|
1071
1097
|
padding-top: 1rem;
|
|
1072
1098
|
padding-bottom: 1rem
|
|
@@ -1104,9 +1130,6 @@ fieldset.antd-Collapse > legend{
|
|
|
1104
1130
|
.pt-2 {
|
|
1105
1131
|
padding-top: 0.5rem
|
|
1106
1132
|
}
|
|
1107
|
-
.pt-4 {
|
|
1108
|
-
padding-top: 1rem
|
|
1109
|
-
}
|
|
1110
1133
|
.text-left {
|
|
1111
1134
|
text-align: left
|
|
1112
1135
|
}
|
|
@@ -2412,6 +2435,25 @@ body.steedos {
|
|
|
2412
2435
|
min-height: var(--Nav-Item-height);
|
|
2413
2436
|
height: unset;
|
|
2414
2437
|
}
|
|
2438
|
+
.steedos-app-menu.stacked .antd-Nav-Menu .antd-Nav-Menu-submenu-selected > .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-label {
|
|
2439
|
+
color: black;
|
|
2440
|
+
}
|
|
2441
|
+
.steedos-app-menu.stacked a,
|
|
2442
|
+
.steedos-app-menu.stacked a:hover,
|
|
2443
|
+
.steedos-app-menu.stacked a:active,
|
|
2444
|
+
.steedos-app-menu.stacked a:focus {
|
|
2445
|
+
color: black;
|
|
2446
|
+
}
|
|
2447
|
+
.steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-item-label,
|
|
2448
|
+
.steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-item-icon,
|
|
2449
|
+
.steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-item-icon-after,
|
|
2450
|
+
.steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-submenu-arrow {
|
|
2451
|
+
color: black;
|
|
2452
|
+
}
|
|
2453
|
+
.steedos-app-menu.stacked .antd-Nav-SearchBox.is-active {
|
|
2454
|
+
width: calc(100% - 1rem);
|
|
2455
|
+
margin: 0 0.5rem;
|
|
2456
|
+
}
|
|
2415
2457
|
|
|
2416
2458
|
#steedosGlobalFooterRoot .steedos-global-footer {
|
|
2417
2459
|
height: 4rem;
|