Skip to content

Commit d105ebb

Browse files
修改组件主题例子样式
1 parent 47224d4 commit d105ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/component/components_theme_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119

120120
<div :style="divStyle">
121121
<!-- 水球组件 -->
122-
<sm-liquid-fill :value="speedIncreaseValue" :wave-count="3" :wave-animation="true"> </sm-liquid-fill>
122+
<sm-liquid-fill :value="speedIncreaseValue" :wave-count="3" :wave-animation="true" style="width:100%"> </sm-liquid-fill>
123123
</div>
124124

125125
<!-- 时间组件 -->

0 commit comments

Comments
 (0)