@ -93,17 +93,4 @@
<script setup lang="ts"></script>
<style scoped>
.button-container {
display: flex;
flex-wrap: wrap;
border-left: 1px solid #ebeef5;
}
.button-wrapper {
width: calc(100% / 9); /* 假设每行有6个按钮,可以根据需要调整 */
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #ebeef5;
</style>