|
@@ -30,7 +30,7 @@ input{
|
|
background: #F5F7FA;
|
|
background: #F5F7FA;
|
|
}
|
|
}
|
|
.download-wrap{
|
|
.download-wrap{
|
|
- padding-top: 2.74rem;
|
|
|
|
|
|
+ padding-top: 1.88rem;
|
|
padding-bottom: 0.3rem;
|
|
padding-bottom: 0.3rem;
|
|
height: calc(99vh - 2.94rem);
|
|
height: calc(99vh - 2.94rem);
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
@@ -203,6 +203,10 @@ input{
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+::-webkit-scrollbar {
|
|
|
|
+ display: none; /* Chrome Safari */
|
|
|
|
+}
|
|
|
|
+
|
|
#toast-container>.toast-error {
|
|
#toast-container>.toast-error {
|
|
background-image: none !important;
|
|
background-image: none !important;
|
|
border-radius: 0.2rem;
|
|
border-radius: 0.2rem;
|