🐛 [修复]穿梭框按钮不对齐问题
This commit is contained in:
parent
34b65ad8ae
commit
eb296766f8
3
src/module/transfer/index.less
Normal file
3
src/module/transfer/index.less
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.layui-transfer .layui-btn + .layui-btn {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
@ -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";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user