touchstudy-core 0.1.93 → 0.1.94
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
- package/dist/abc/index.d.ts +0 -2
- package/dist/abc.js +0 -4
- package/dist/abc.js.map +0 -1
- package/dist/abc.modern.js +0 -4
- package/dist/abc.modern.js.map +0 -1
package/dist/index.modern.js
CHANGED
@@ -15723,7 +15723,7 @@ var ExamResultV2 = function ExamResultV2(_ref) {
|
|
15723
15723
|
justifyContent: "space-between",
|
15724
15724
|
alignItems: "center",
|
15725
15725
|
display: "flex",
|
15726
|
-
overflow: "
|
15726
|
+
overflow: "auto",
|
15727
15727
|
bgcolor: styles.gray_50,
|
15728
15728
|
borderTop: "1px solid #E4E7EC",
|
15729
15729
|
borderBottom: "1px solid #E4E7EC"
|