mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 实现用户管理页面
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<hover-container class="w-64px h-full" tooltip-content="重新加载" placement="bottom-end" @click="handleRefresh">
|
||||
<icon-mdi-refresh class="text-18px" :class="{ 'animate-spin': loading }" />
|
||||
<icon-mdi-refresh class="text-22px" :class="{ 'animate-spin': loading }" />
|
||||
</hover-container>
|
||||
</template>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<n-button
|
||||
type="primary"
|
||||
:class="[{ '!right-330px': app.settingDrawerVisible }, app.settingDrawerVisible ? 'ease-out' : 'ease-in']"
|
||||
class="fixed top-240px right-14px z-10000 w-42px h-42px !p-0 transition-all duration-300"
|
||||
class="fixed top-360px right-14px z-10000 w-42px h-42px !p-0 transition-all duration-300"
|
||||
@click="app.toggleSettingDrawerVisible"
|
||||
>
|
||||
<icon-ant-design-close-outlined v-if="app.settingDrawerVisible" class="text-24px" />
|
||||
|
Reference in New Issue
Block a user