rk-web-core 0.11.19 → 0.11.22
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rk-web-core",
|
|
3
3
|
"description": "iep core utils",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.22",
|
|
5
5
|
"author": "",
|
|
6
6
|
"main": "rk-web-core.js",
|
|
7
7
|
"scripts": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"nprogress": "^0.2.0",
|
|
17
17
|
"resize-observer-polyfill": "^1.5.1",
|
|
18
18
|
"store": "^2.0.12",
|
|
19
|
-
"rk-web-map": "^0.3.
|
|
19
|
+
"rk-web-map": "^0.3.87"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"vue": "^2.6.14",
|
package/rk-web-core.css
CHANGED
|
@@ -1823,8 +1823,23 @@ html {
|
|
|
1823
1823
|
flex-direction: column;
|
|
1824
1824
|
gap: 16px 0;
|
|
1825
1825
|
}
|
|
1826
|
+
.rk-web-core-version-info-picture-item {
|
|
1827
|
+
width: 100%;
|
|
1828
|
+
border: 1px solid #dde1ec;
|
|
1829
|
+
display: flex;
|
|
1830
|
+
justify-content: center;
|
|
1831
|
+
align-items: center;
|
|
1832
|
+
height: 450px;
|
|
1833
|
+
overflow: hidden;
|
|
1834
|
+
}
|
|
1835
|
+
.rk-web-core-version-info-picture .ant-image {
|
|
1836
|
+
width: 100%;
|
|
1837
|
+
height: 100%;
|
|
1838
|
+
overflow: hidden;
|
|
1839
|
+
}
|
|
1826
1840
|
.rk-web-core-version-info-picture img {
|
|
1827
|
-
|
|
1841
|
+
height: 100%;
|
|
1842
|
+
object-fit: contain;
|
|
1828
1843
|
}
|
|
1829
1844
|
.rk-web-core-version-item {
|
|
1830
1845
|
display: flex;
|
|
@@ -1858,6 +1873,9 @@ html {
|
|
|
1858
1873
|
color: var(--antd-wave-shadow-color);
|
|
1859
1874
|
position: relative;
|
|
1860
1875
|
}
|
|
1876
|
+
.rk-web-core-version-item-active .rk-web-core-version-item-text {
|
|
1877
|
+
color: var(--antd-wave-shadow-color);
|
|
1878
|
+
}
|
|
1861
1879
|
.rk-web-core-version-item-active::before {
|
|
1862
1880
|
content: "";
|
|
1863
1881
|
position: absolute;
|