<template> <c-column style="height:60px;"> <div style="flex:1;background: #2491f7;width: 100%"></div> <div style="flex:1;background: #515a6e;width: 100%"></div> </c-column> </template> <script> export default { data() { return {} }, } </script>
← Row 横向布局 Input 输入框 →