rk-web-core 0.10.93 → 0.10.95
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.
|
File without changes
|
package/package.json
CHANGED
package/rk-web-core.css
CHANGED
|
@@ -907,6 +907,8 @@ html {
|
|
|
907
907
|
border-radius: 4px;
|
|
908
908
|
overflow: hidden;
|
|
909
909
|
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
|
|
910
|
+
}
|
|
911
|
+
.rk-web-core-app-external-list-scroll {
|
|
910
912
|
height: 400px;
|
|
911
913
|
}
|
|
912
914
|
.rk-web-core-app-external-cell {
|
|
@@ -938,7 +940,7 @@ html {
|
|
|
938
940
|
.rk-web-core-app-external-btn-group {
|
|
939
941
|
background: #ffffff;
|
|
940
942
|
border: 1px solid #e5e5e5;
|
|
941
|
-
margin-top:
|
|
943
|
+
margin-top: var(--margin);
|
|
942
944
|
border-radius: 4px;
|
|
943
945
|
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
|
|
944
946
|
}
|