feat: 远程操作

master
李小林 8 months ago
parent 5500611fba
commit 8da55c377e
  1. 13
      src/views/family/operate/remote-operation/components/RemoteOperateList.vue

@ -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;
}
.button-wrapper {
border-bottom: 1px solid #ebeef5;
}
</style>

Loading…
Cancel
Save