cloud-business 0.1.112-17 → 0.1.112-18
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/cloud-business.css +55 -4
- package/cloud-business.js +2 -2
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +2 -2
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -20223,9 +20223,29 @@ body {
|
|
|
20223
20223
|
.assetModal {
|
|
20224
20224
|
height: 700px;
|
|
20225
20225
|
}
|
|
20226
|
+
.assetModal ::-webkit-scrollbar-track-piece {
|
|
20227
|
+
background-color: transparent;
|
|
20228
|
+
-webkit-border-radius: 0;
|
|
20229
|
+
}
|
|
20226
20230
|
.assetModal ::-webkit-scrollbar {
|
|
20227
|
-
width:
|
|
20228
|
-
height: 12px
|
|
20231
|
+
width: 12px;
|
|
20232
|
+
height: 12px;
|
|
20233
|
+
}
|
|
20234
|
+
.assetModal ::-webkit-scrollbar-thumb {
|
|
20235
|
+
height: 50px;
|
|
20236
|
+
background-color: rgba(0, 0, 0, 0.25);
|
|
20237
|
+
-webkit-border-radius: 6px;
|
|
20238
|
+
outline: 2px solid #fff;
|
|
20239
|
+
outline-offset: -2px;
|
|
20240
|
+
border: 2px solid #fff;
|
|
20241
|
+
}
|
|
20242
|
+
.assetModal ::-webkit-scrollbar-thumb:hover {
|
|
20243
|
+
height: 50px;
|
|
20244
|
+
background-color: #9f9f9f;
|
|
20245
|
+
-webkit-border-radius: 6px;
|
|
20246
|
+
}
|
|
20247
|
+
.assetModal pre {
|
|
20248
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
20229
20249
|
}
|
|
20230
20250
|
.assetModal * {
|
|
20231
20251
|
box-sizing: border-box;
|
|
@@ -22031,6 +22051,30 @@ body {
|
|
|
22031
22051
|
border-radius: 3px;
|
|
22032
22052
|
border: 1px solid #E8E8E8;
|
|
22033
22053
|
}
|
|
22054
|
+
.assetDetailModal pre {
|
|
22055
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
22056
|
+
}
|
|
22057
|
+
.assetDetailModal ::-webkit-scrollbar-track-piece {
|
|
22058
|
+
background-color: transparent;
|
|
22059
|
+
-webkit-border-radius: 0;
|
|
22060
|
+
}
|
|
22061
|
+
.assetDetailModal ::-webkit-scrollbar {
|
|
22062
|
+
width: 12px;
|
|
22063
|
+
height: 12px;
|
|
22064
|
+
}
|
|
22065
|
+
.assetDetailModal ::-webkit-scrollbar-thumb {
|
|
22066
|
+
height: 50px;
|
|
22067
|
+
background-color: rgba(0, 0, 0, 0.25);
|
|
22068
|
+
-webkit-border-radius: 6px;
|
|
22069
|
+
outline: 2px solid #fff;
|
|
22070
|
+
outline-offset: -2px;
|
|
22071
|
+
border: 2px solid #fff;
|
|
22072
|
+
}
|
|
22073
|
+
.assetDetailModal ::-webkit-scrollbar-thumb:hover {
|
|
22074
|
+
height: 50px;
|
|
22075
|
+
background-color: #9f9f9f;
|
|
22076
|
+
-webkit-border-radius: 6px;
|
|
22077
|
+
}
|
|
22034
22078
|
.assetDetailModal .left {
|
|
22035
22079
|
width: 520px;
|
|
22036
22080
|
padding: 20px;
|
|
@@ -22725,6 +22769,9 @@ body {
|
|
|
22725
22769
|
max-width: 100%;
|
|
22726
22770
|
max-height: 100%;
|
|
22727
22771
|
}
|
|
22772
|
+
.assetLinkForm .newCloud-form-item-wrapper .newCloud-form-item-explain.error {
|
|
22773
|
+
position: absolute;
|
|
22774
|
+
}
|
|
22728
22775
|
.assetLinkForm .createItem {
|
|
22729
22776
|
display: flex;
|
|
22730
22777
|
}
|
|
@@ -22744,9 +22791,13 @@ body {
|
|
|
22744
22791
|
align-items: center;
|
|
22745
22792
|
justify-content: center;
|
|
22746
22793
|
flex-direction: column;
|
|
22747
|
-
padding:
|
|
22794
|
+
padding: 10px 50px;
|
|
22748
22795
|
width: 328px;
|
|
22749
22796
|
}
|
|
22797
|
+
.assetLinkForm .createUpload img {
|
|
22798
|
+
max-width: 100%;
|
|
22799
|
+
max-height: 100%;
|
|
22800
|
+
}
|
|
22750
22801
|
.assetLinkForm .createUpload .createIcon {
|
|
22751
22802
|
font-size: 18px;
|
|
22752
22803
|
color: rgba(0, 0, 0, 0.85);
|
|
@@ -22867,7 +22918,7 @@ body {
|
|
|
22867
22918
|
align-items: center;
|
|
22868
22919
|
justify-content: center;
|
|
22869
22920
|
flex-direction: column;
|
|
22870
|
-
padding:
|
|
22921
|
+
padding: 10px 50px;
|
|
22871
22922
|
width: 328px;
|
|
22872
22923
|
}
|
|
22873
22924
|
.assetCommonForm .createUpload.textContent {
|