feat(steps): 组件对齐 mobile-vue #857
pull-request.yml
on: pull_request
call-test-build
/
check
3s
call-test-build
/
test
1m 40s
call-test-build
/
site
1m 58s
call-test-build
/
build
4m 38s
Annotations
4 errors
|
src/steps/__tests__/demo.test.tsx > Steps > Steps horizontalDemo demo:
src/steps/__tests__/demo.test.tsx#L21
Error: Snapshot `Steps > Steps horizontalDemo demo 1` mismatched
- Expected
+ Received
@@ -19,13 +19,18 @@
<div
class="t-step-item__circle t-step-item__circle--finish"
>
<svg
class="t-icon t-icon-check"
- >
+ fill="none"
- <use
+ height="1em"
- xlink:href="#t-icon-check"
+ viewBox="0 0 24 24"
+ width="1em"
+ >
+ <path
+ d="M20.99 7.38l-10.61 10.6L4 11.63l1.42-1.41 4.95 4.95 9.2-9.2 1.4 1.42z"
+ fill="currentColor"
/>
</svg>
</div>
</div>
<div
❯ src/steps/__tests__/demo.test.tsx:21:36
|
|
src/steps/__tests__/demo.test.tsx > Steps > Steps verticalDemo demo:
src/steps/__tests__/demo.test.tsx#L21
Error: Snapshot `Steps > Steps verticalDemo demo 1` mismatched
- Expected
+ Received
@@ -19,13 +19,18 @@
<div
class="t-step-item__circle t-step-item__circle--finish"
>
<svg
class="t-icon t-icon-check"
- >
+ fill="none"
- <use
+ height="1em"
- xlink:href="#t-icon-check"
+ viewBox="0 0 24 24"
+ width="1em"
+ >
+ <path
+ d="M20.99 7.38l-10.61 10.6L4 11.63l1.42-1.41 4.95 4.95 9.2-9.2 1.4 1.42z"
+ fill="currentColor"
/>
</svg>
</div>
</div>
<div
❯ src/steps/__tests__/demo.test.tsx:21:36
|
|
src/steps/__tests__/demo.test.tsx > Steps > Steps statusDemo demo:
src/steps/__tests__/demo.test.tsx#L21
Error: Snapshot `Steps > Steps statusDemo demo 1` mismatched
- Expected
+ Received
@@ -19,13 +19,18 @@
<div
class="t-step-item__circle t-step-item__circle--finish"
>
<svg
class="t-icon t-icon-check"
- >
+ fill="none"
- <use
- xlink:href="#t-icon-check"
+ height="1em"
+ viewBox="0 0 24 24"
+ width="1em"
+ >
+ <path
+ d="M20.99 7.38l-10.61 10.6L4 11.63l1.42-1.41 4.95 4.95 9.2-9.2 1.4 1.42z"
+ fill="currentColor"
/>
</svg>
</div>
</div>
<div
@@ -58,13 +63,18 @@
<div
class="t-step-item__circle t-step-item__circle--error"
>
<svg
class="t-icon t-icon-close"
- >
+ fill="none"
- <use
+ height="1em"
- xlink:href="#t-icon-close"
+ viewBox="0 0 24 24"
+ width="1em"
+ >
+ <path
+ d="M7.05 5.64L12 10.59l4.95-4.95 1.41 1.41L13.41 12l4.95 4.95-1.41 1.41L12 13.41l-4.95 4.95-1.41-1.41L10.59 12 5.64 7.05l1.41-1.41z"
+ fill="currentColor"
/>
</svg>
</div>
</div>
<div
❯ src/steps/__tests__/demo.test.tsx:21:36
|
|
call-test-build / test
Process completed with exit code 1.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
_site
Expired
|
2.01 MB |
sha256:370a733707a26cf3d636846b575dfcfff70725dd5db528dffccc2caa2a797057
|
|
|
pr
Expired
|
138 Bytes |
sha256:63dff11581629c599e4c809790c1b5cecfe3f445003aa8cbfb97f97bc05ca96e
|
|