Skip to content

Commit 6b4ea2c

Browse files
committed
Improved design of manual testing arena
1 parent e949cbc commit 6b4ea2c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/App.vue

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3496,15 +3496,16 @@ const updateStep = ref(0);
34963496
</script>
34973497

34983498
<template>
3499-
<div style="padding: 48px; font-weight: bold; line-height: 20px">
3500-
<h1 style="font-size: 36px; color: #42d392">
3501-
Vue Data UI
3502-
</h1>
3503-
<h2 style="color: #A6A6A6">Components</h2>
3504-
<h4 style="color: #5f8bee">Manual testing arena</h4>
3505-
</div>
35063499

3507-
<div style="padding-left: 48px; padding-right: 48px">
3500+
<div style="padding-left: 48px; padding-right: 48px; width: 100%; max-width: 80%;margin: 0 auto">
3501+
<div style="padding-top: 48px; padding-bottom: 48px;font-weight: bold; line-height: 20px">
3502+
<h1 style="font-size: 36px; color: #42d392">
3503+
Vue Data UI
3504+
</h1>
3505+
<h2 style="color: #A6A6A6">Components</h2>
3506+
<h4 style="color: #5f8bee">Manual testing arena</h4>
3507+
</div>
3508+
35083509
<Box @copy="copyConfig(PROD_CONFIG.vue_ui_rings)">
35093510
<template #title>VueUiRings</template>
35103511
<template #dev>

0 commit comments

Comments
 (0)