Skip to content

Commit d0029c0

Browse files
committed
chore: 更新依赖
1 parent 0937540 commit d0029c0

5 files changed

Lines changed: 304 additions & 240 deletions

File tree

apps/example/src/views/element_plus_example/components/button.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<ElDivider content-position="left">
189189
按钮组
190190
</ElDivider>
191-
<ElButtonGroup style="margin-inline-end: 10px;">
191+
<ElButtonGroup class="me-4">
192192
<ElButton type="primary">
193193
<FaIcon name="i-ep:arrow-left" class="el-icon--left" />
194194
上一页
@@ -224,7 +224,7 @@
224224
<ElDivider content-position="left">
225225
不同尺寸
226226
</ElDivider>
227-
<div style="margin-bottom: 10px;">
227+
<div class="mb-4">
228228
<ElButton size="large">
229229
大号按钮
230230
</ElButton>

apps/example/src/views/element_plus_example/components/switch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const value3 = ref(false)
1818
<ElDivider content-position="left">
1919
禁用状态
2020
</ElDivider>
21-
<ElSwitch v-model="value2" disabled style="margin-inline-end: 10px;" />
21+
<ElSwitch v-model="value2" disabled class="me-4" />
2222
<ElSwitch v-model="value3" disabled />
2323
</div>
2424
</template>

apps/example/src/views/plugin_example/splitpanes.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ function open(url: string) {
2121
<FaIcon name="i-simple-icons:github" />
2222
</FaButton>
2323
</FaPageHeader>
24-
<FaPageMain>
25-
<Splitpanes class="default-theme" style="height: 400px;">
24+
<FaPageMain main-class="h-200">
25+
<Splitpanes class="default-theme">
2626
<Pane min-size="20">
2727
1
2828
</Pane>

0 commit comments

Comments
 (0)