v3.0.0 重磅更新

This commit is contained in:
zhuoda
2024-01-15 21:52:57 +08:00
parent 3740077b1f
commit 09b0179b66
1129 changed files with 15686 additions and 65762 deletions
@@ -27,7 +27,7 @@
defineProps({
value: Object,
});
defineEmits('update:value');
defineEmits(['update:value']);
let roleList = ref();
const selectRoleId = computed(() => {
@@ -42,7 +42,7 @@
.height100 {
height: 100%;
}
.role-setting{
width:calc(100% - 250px)
.role-setting {
width: calc(100% - 250px);
}
</style>