eli-video-interview 1.2.41-alpha.26 → 1.2.41-alpha.28

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.
@@ -21,7 +21,9 @@ var Failed = function (_a) {
21
21
  return (_jsxs(Box, __assign({ loading: loading, display: "flex", alignItems: "center", padding: "32px 24px", sx: {
22
22
  px: 3,
23
23
  height: 280,
24
- background: "url('".concat(BackgroundImage[model], "') no-repeat center center / contain"),
24
+ background: "url('".concat(BackgroundImage[model], "') no-repeat center center / cover"),
25
+ overflow: 'hidden',
26
+ borderRadius: '0 0 62px 62px',
25
27
  } }, { children: [status === FAILED && (_jsx(CancelIcon, { style: {
26
28
  color: '#ff6c6c',
27
29
  width: '24px',
@@ -60,7 +60,9 @@ var Score = function (_a) {
60
60
  return (_jsxs(Stack, __assign({ display: "flex", sx: {
61
61
  px: 3,
62
62
  height: 280,
63
- background: "url('".concat(BackgroundImage[model], "') no-repeat center center / contain"),
63
+ background: "url('".concat(BackgroundImage[model], "') no-repeat center center / cover"),
64
+ overflow: 'hidden',
65
+ borderRadius: '0 0 62px 62px',
64
66
  } }, { children: [model === 'pro' && (_jsx(Box, __assign({ display: "flex", alignItems: "center", justifyContent: "center", width: 92, height: 30, sx: {
65
67
  position: 'absolute',
66
68
  top: 0,
@@ -23,7 +23,9 @@ var Failed = function (_a) {
23
23
  return ((0, jsx_runtime_1.jsxs)(fbm_ui_1.Box, __assign({ loading: loading, display: "flex", alignItems: "center", padding: "32px 24px", sx: {
24
24
  px: 3,
25
25
  height: 280,
26
- background: "url('".concat(ai_report_1.BackgroundImage[model], "') no-repeat center center / contain"),
26
+ background: "url('".concat(ai_report_1.BackgroundImage[model], "') no-repeat center center / cover"),
27
+ overflow: 'hidden',
28
+ borderRadius: '0 0 62px 62px',
27
29
  } }, { children: [status === FAILED && ((0, jsx_runtime_1.jsx)(fbm_ui_1.CancelIcon, { style: {
28
30
  color: '#ff6c6c',
29
31
  width: '24px',
@@ -65,7 +65,9 @@ var Score = function (_a) {
65
65
  return ((0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ display: "flex", sx: {
66
66
  px: 3,
67
67
  height: 280,
68
- background: "url('".concat(ai_report_1.BackgroundImage[model], "') no-repeat center center / contain"),
68
+ background: "url('".concat(ai_report_1.BackgroundImage[model], "') no-repeat center center / cover"),
69
+ overflow: 'hidden',
70
+ borderRadius: '0 0 62px 62px',
69
71
  } }, { children: [model === 'pro' && ((0, jsx_runtime_1.jsx)(fbm_ui_1.Box, __assign({ display: "flex", alignItems: "center", justifyContent: "center", width: 92, height: 30, sx: {
70
72
  position: 'absolute',
71
73
  top: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eli-video-interview",
3
- "version": "1.2.41-alpha.26",
3
+ "version": "1.2.41-alpha.28",
4
4
  "description": "鳄梨科技 AI视频面试 React SDK",
5
5
  "author": "鳄梨科技",
6
6
  "license": "MIT",