ls-pro-common 1.0.80 → 1.0.81
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 +34 -0
- package/dist/common.js +1 -1
- package/dist/common.min.css +34 -0
- package/dist/common.min.js +1 -1
- package/package.json +2 -2
package/dist/common.css
CHANGED
|
@@ -2827,6 +2827,40 @@ html {
|
|
|
2827
2827
|
.table-import-body .upload-btn {
|
|
2828
2828
|
margin: 10px 50px !important;
|
|
2829
2829
|
}
|
|
2830
|
+
.table-import-body .down-temp {
|
|
2831
|
+
background-color: #f5fafe;
|
|
2832
|
+
display: flex;
|
|
2833
|
+
padding: 10px 24px;
|
|
2834
|
+
border-radius: 4px;
|
|
2835
|
+
line-height: 30px;
|
|
2836
|
+
align-items: center;
|
|
2837
|
+
}
|
|
2838
|
+
.table-import-body .down-temp .down-title {
|
|
2839
|
+
font-weight: bold;
|
|
2840
|
+
}
|
|
2841
|
+
.table-import-body .down-temp .down-file {
|
|
2842
|
+
flex: 1;
|
|
2843
|
+
height: 100%;
|
|
2844
|
+
text-align: right;
|
|
2845
|
+
}
|
|
2846
|
+
.table-import-body .down-wrapper {
|
|
2847
|
+
background-color: #f5fafe;
|
|
2848
|
+
align-items: center;
|
|
2849
|
+
justify-items: center;
|
|
2850
|
+
display: flex;
|
|
2851
|
+
flex-direction: column;
|
|
2852
|
+
min-height: 100px;
|
|
2853
|
+
border-radius: 4px;
|
|
2854
|
+
margin: 20px 0;
|
|
2855
|
+
line-height: 30px;
|
|
2856
|
+
padding: 20px;
|
|
2857
|
+
}
|
|
2858
|
+
.table-import-body .down-wrapper > span {
|
|
2859
|
+
text-align: center;
|
|
2860
|
+
}
|
|
2861
|
+
.table-import-body .down-desc {
|
|
2862
|
+
color: #9b9b9b;
|
|
2863
|
+
}
|
|
2830
2864
|
|
|
2831
2865
|
.ant-pro-card {
|
|
2832
2866
|
position: relative;
|