@secondstaxorg/sscomp 1.7.94 → 1.7.96
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/index.es.js +3 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +3 -0
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3747,6 +3747,8 @@ function Dt(e){return e+.5|0}const kt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
|
|
|
3747
3747
|
background: ${a.white};
|
|
3748
3748
|
padding: 0;
|
|
3749
3749
|
margin: 0;
|
|
3750
|
+
display: flex;
|
|
3751
|
+
flex-direction: column;
|
|
3750
3752
|
animation: 0.3s slideIn ease-out;
|
|
3751
3753
|
@keyframes slideIn{
|
|
3752
3754
|
from{
|
|
@@ -3779,6 +3781,7 @@ function Dt(e){return e+.5|0}const kt=(e,t,i)=>Math.max(Math.min(e,i),t);functio
|
|
|
3779
3781
|
}
|
|
3780
3782
|
`,Af=l.div`
|
|
3781
3783
|
padding: 32px;
|
|
3784
|
+
overflow-y: auto;
|
|
3782
3785
|
`,gf=l.div`
|
|
3783
3786
|
display: flex;
|
|
3784
3787
|
flex-direction: column;
|