refactor(系统设置): 无编辑用户组权限的不显示恢复默认区域
--bug=1035445 --user=王孝刚 【系统设置】系统-无系统成员用户组编辑权限-用户查看系统-用户组显示恢复默认操作 https://www.tapd.cn/55049933/s/1470689
This commit is contained in:
parent
dff24b5194
commit
a2254a9c44
|
@ -55,6 +55,7 @@
|
|||
</div>
|
||||
<div
|
||||
v-if="props.showBottom"
|
||||
v-permission="props.savePermission || []"
|
||||
class="fixed bottom-[16px] right-[16px] z-[999] flex justify-between bg-white p-[24px] shadow-[0_-1px_4px_rgba(2,2,2,0.1)]"
|
||||
:style="{ width: props.width }"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue