File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments