🐛 [修复]穿梭框按钮不对齐问题

This commit is contained in:
xumi 2021-12-19 21:26:50 +08:00
parent 34b65ad8ae
commit eb296766f8
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.layui-transfer .layui-btn + .layui-btn {
margin-left: 0;
}

View File

@ -4,6 +4,7 @@ export default {
}; };
</script> </script>
<script setup lang="ts"> <script setup lang="ts">
import "./index.less";
import { defineProps, Ref, ref, useSlots, watch } from "vue"; import { defineProps, Ref, ref, useSlots, watch } from "vue";
import { Recordable } from "../type"; import { Recordable } from "../type";