test: update snap
parent
0a728ff8d3
commit
31e62985b0
|
@ -1 +1 @@
|
|||
Subproject commit fc551d5148a4b72ca5a8c119d3d141ec6190ffd9
|
||||
Subproject commit 260c9cf394e951e6c947bb9a3f4b760a1a226a53
|
|
@ -10,7 +10,7 @@ exports[`Slider should show tooltip when hovering slider handler 1`] = `
|
|||
<!--teleport start-->
|
||||
<!--teleport end-->
|
||||
<div class="ant-tooltip-open ant-slider-handle" style="left: 30%; transform: translateX(-50%);" role="slider" tabindex="0" aria-valuemin="0" aria-valuemax="100" aria-valuenow="30" aria-disabled="false"></div>
|
||||
<div class=""></div>
|
||||
<div class="ant-slider-mark"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="position: absolute; top: 0px; left: 0px; width: 100%;">
|
||||
|
@ -38,7 +38,7 @@ exports[`Slider should show tooltip when hovering slider handler 2`] = `
|
|||
<!--teleport start-->
|
||||
<!--teleport end-->
|
||||
<div class="ant-slider-handle" style="left: 30%; transform: translateX(-50%);" role="slider" tabindex="0" aria-valuemin="0" aria-valuemax="100" aria-valuenow="30" aria-disabled="false"></div>
|
||||
<div class=""></div>
|
||||
<div class="ant-slider-mark"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="position: absolute; top: 0px; left: 0px; width: 100%;">
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
exports[`Statistic support negetive number 1`] = `
|
||||
<div class="ant-statistic">
|
||||
<div class="ant-statistic-title">Account Balance (CNY)</div>
|
||||
<div class="ant-statistic-content"><span class="ant-statistic-content-value"><span class="ant-statistic-content-value-int">-112,893</span><span class="ant-statistic-content-value-decimal">.12</span></span></div>
|
||||
<div class="ant-statistic-content">
|
||||
<!----><span class="ant-statistic-content-value"><span class="ant-statistic-content-value-int">-112,893</span><span class="ant-statistic-content-value-decimal">.12</span></span>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import demo from '../antdv-demo/docs/slider/demo/index';
|
||||
import demo from '../antdv-demo/docs/statistic/demo/index';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
Loading…
Reference in New Issue