ls-pro-common 1.0.80 → 1.0.82
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/common.css +45 -2
- package/dist/common.js +1 -1
- package/dist/common.min.css +45 -2
- package/dist/common.min.js +1 -1
- package/es/components/DescritionCard.js +1 -1
- package/es/components/common.less +19 -7
- package/lib/components/DescritionCard.js +1 -1
- package/lib/components/common.less +19 -7
- package/package.json +2 -2
package/dist/common.css
CHANGED
|
@@ -139,7 +139,7 @@ body {
|
|
|
139
139
|
z-index: 9999;
|
|
140
140
|
display: flex;
|
|
141
141
|
align-items: center;
|
|
142
|
-
background-color: rgba(226, 227, 231, 0.
|
|
142
|
+
background-color: rgba(226, 227, 231, 0.35);
|
|
143
143
|
justify-content: center;
|
|
144
144
|
}
|
|
145
145
|
#myloading .load-text {
|
|
@@ -226,8 +226,17 @@ a:hover {
|
|
|
226
226
|
.description-card .ant-pro-card-body {
|
|
227
227
|
padding: 20px 24px;
|
|
228
228
|
}
|
|
229
|
+
.description-card .ant-pro-card-header-border {
|
|
230
|
+
border-bottom: 1px solid #dbeafa;
|
|
231
|
+
}
|
|
232
|
+
.description-card .ant-descriptions-item-label {
|
|
233
|
+
color: #666666;
|
|
234
|
+
}
|
|
235
|
+
.description-card .ant-descriptions-item-content {
|
|
236
|
+
color: #333333;
|
|
237
|
+
}
|
|
229
238
|
.has-background {
|
|
230
|
-
background: #
|
|
239
|
+
background: #f6fafe;
|
|
231
240
|
}
|
|
232
241
|
.has-background .ant-descriptions-row > td,
|
|
233
242
|
.has-background .ant-descriptions-row > th {
|
|
@@ -2827,6 +2836,40 @@ html {
|
|
|
2827
2836
|
.table-import-body .upload-btn {
|
|
2828
2837
|
margin: 10px 50px !important;
|
|
2829
2838
|
}
|
|
2839
|
+
.table-import-body .down-temp {
|
|
2840
|
+
background-color: #f5fafe;
|
|
2841
|
+
display: flex;
|
|
2842
|
+
padding: 10px 24px;
|
|
2843
|
+
border-radius: 4px;
|
|
2844
|
+
line-height: 30px;
|
|
2845
|
+
align-items: center;
|
|
2846
|
+
}
|
|
2847
|
+
.table-import-body .down-temp .down-title {
|
|
2848
|
+
font-weight: bold;
|
|
2849
|
+
}
|
|
2850
|
+
.table-import-body .down-temp .down-file {
|
|
2851
|
+
flex: 1;
|
|
2852
|
+
height: 100%;
|
|
2853
|
+
text-align: right;
|
|
2854
|
+
}
|
|
2855
|
+
.table-import-body .down-wrapper {
|
|
2856
|
+
background-color: #f5fafe;
|
|
2857
|
+
align-items: center;
|
|
2858
|
+
justify-items: center;
|
|
2859
|
+
display: flex;
|
|
2860
|
+
flex-direction: column;
|
|
2861
|
+
min-height: 100px;
|
|
2862
|
+
border-radius: 4px;
|
|
2863
|
+
margin: 20px 0;
|
|
2864
|
+
line-height: 30px;
|
|
2865
|
+
padding: 20px;
|
|
2866
|
+
}
|
|
2867
|
+
.table-import-body .down-wrapper > span {
|
|
2868
|
+
text-align: center;
|
|
2869
|
+
}
|
|
2870
|
+
.table-import-body .down-desc {
|
|
2871
|
+
color: #9b9b9b;
|
|
2872
|
+
}
|
|
2830
2873
|
|
|
2831
2874
|
.ant-pro-card {
|
|
2832
2875
|
position: relative;
|