|
@@ -4,6 +4,8 @@ import ProForm, { ProFormDependency, ProFormSwitch, ProFormCheckbox } from '@ant
|
|
|
import type { FormInstance } from 'antd'
|
|
|
import { message, Table, Tabs, Radio, Space, Popconfirm } from 'antd'
|
|
|
import React, { useRef, useMemo, useState, useEffect } from 'react'
|
|
|
+import styles from '@/pages/Role/index.less'
|
|
|
+import classNames from 'classnames'
|
|
|
|
|
|
import {
|
|
|
fetchRoleStaffListByRoleId,
|
|
@@ -166,7 +168,7 @@ const Statistic = () => {
|
|
|
<PageContainer title={false} breadcrumb={false}>
|
|
|
<div className="h-full w-full flex flex-row">
|
|
|
<RoleMenu menuId={menuId} onSelect={onSelect} itemCount={state.roleStaff?.length || 0} />
|
|
|
- <div className="w-max-3/4">
|
|
|
+ <div className={classNames('w-max-3/4', styles.formItemWrap)}>
|
|
|
<div className="ml-8 bg-white p-4 shadow-md shadow-hex-3e2c5a relative">
|
|
|
<div className="absolute right-4 top-4 z-100">
|
|
|
{state.id && (
|