@uxda/appkit 4.2.2 → 4.2.4
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/appkit.css +3 -1
- package/dist/index.js +1291 -1093
- package/package.json +1 -1
- package/stats.html +4842 -4842
package/dist/appkit.css
CHANGED
|
@@ -974,9 +974,11 @@ page {
|
|
|
974
974
|
}
|
|
975
975
|
.operation-box .operation-list .operation-scroll {
|
|
976
976
|
height: calc(100vh - 130px);
|
|
977
|
-
padding: 0 15px;
|
|
978
977
|
box-sizing: border-box;
|
|
979
978
|
}
|
|
979
|
+
.operation-box .operation-list .box {
|
|
980
|
+
padding: 0 10px;
|
|
981
|
+
}
|
|
980
982
|
.operation-box .operation-list .box-detail .title {
|
|
981
983
|
line-height: 22px;
|
|
982
984
|
font-weight: 700;
|