mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-09-04 04:47:14 +00:00
v3.0.0 重磅更新
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user