|
const LeftMenu: React.FC<LeftMenuProps> = ({ title = '流程用户设置', options, onChange, value }) => {
|
|
const LeftMenu: React.FC<LeftMenuProps> = ({ title = '流程用户设置', options, onChange, value }) => {
|
|
<div className="w-216px rounded-20px" style={{ height: 'calc(100vh - 122px)', background: '#ffffff' }}>
|
|
<div className="w-216px rounded-20px" style={{ height: 'calc(100vh - 122px)', background: '#ffffff' }}>
|