引用下方代码
<template> <div class="box"> <LEButton1 >按钮1</LEButton1> </div> </template> <script> export default {}; </script> <style> .demo-content { background: #1c2d3b; } .box { display: flex; justify-content: center; } </style>
<template> <div class="box"> <LEButton2>按钮1</LEButton2> </div> </template> <script> export default {}; </script> <style> .demo-content { background: #1c2d3b; } .box { display: flex; justify-content: center; align-items: center; } </style>
← 边框 加载框 →