<template> <c-row> <div style="flex:1;background: #2491f7;height:30px"></div> <div style="flex:1;background: #515a6e;height:30px"></div> </c-row> </template> <script> export default { data() { return {} }, } </script>
← Badge 徽章 Column 纵向布局 →