rk-web-core 0.10.91 → 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 {
|
|
@@ -935,12 +937,14 @@ html {
|
|
|
935
937
|
color: #ffffff;
|
|
936
938
|
background-color: var(--antd-wave-shadow-color);
|
|
937
939
|
}
|
|
938
|
-
.rk-web-core-app-external-btn {
|
|
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);
|
|
946
|
+
}
|
|
947
|
+
.rk-web-core-app-external-btn-item {
|
|
944
948
|
padding: 6px 12px;
|
|
945
949
|
color: rgba(0, 0, 0, 0.85);
|
|
946
950
|
font-weight: 400;
|
|
@@ -948,17 +952,21 @@ html {
|
|
|
948
952
|
line-height: 22px;
|
|
949
953
|
white-space: nowrap;
|
|
950
954
|
cursor: pointer;
|
|
955
|
+
border-bottom: 1px solid #e5e5e5;
|
|
956
|
+
}
|
|
957
|
+
.rk-web-core-app-external-btn-item:last-child {
|
|
958
|
+
border: none;
|
|
951
959
|
}
|
|
952
|
-
.rk-web-core-app-external-btn
|
|
960
|
+
.rk-web-core-app-external-btn-item span {
|
|
961
|
+
margin-left: 2px;
|
|
962
|
+
}
|
|
963
|
+
.rk-web-core-app-external-btn-item:active {
|
|
953
964
|
color: #ffffff;
|
|
954
965
|
background-color: #f5f5f5;
|
|
955
966
|
}
|
|
956
|
-
.rk-web-core-app-external-btn:hover {
|
|
967
|
+
.rk-web-core-app-external-btn-item:hover {
|
|
957
968
|
color: var(--antd-wave-shadow-color);
|
|
958
969
|
}
|
|
959
|
-
.rk-web-core-app-external-btn span {
|
|
960
|
-
margin-left: 2px;
|
|
961
|
-
}
|
|
962
970
|
|
|
963
971
|
* {
|
|
964
972
|
margin: 0;
|