lanjianrong 4 năm trước cách đây
mục cha
commit
40d1e4d700

+ 1 - 1
src/pages/Customer/Company/components/ConnectCompany/index.less

@@ -6,7 +6,7 @@
   padding: 0;
   overflow-y: auto;
   :global(.ant-transfer-operation > .ant-btn) {
-    height: 52vh;
+    height: 20rem;
     padding: 0 5px;
   }
   :global(.ant-transfer-operation > .ant-btn-sm > .anticon) {

+ 2 - 2
src/pages/Customer/Company/components/PermSelect.tsx

@@ -2,11 +2,11 @@ import { useModel } from 'umi'
 import { Button, Dropdown, Menu } from 'antd'
 import { getPermAuthCache, setAuthCache } from '@/utils/auth'
 import { PERMISSION_SELECT_KEY } from '@/utils/cache/cacheEnum'
-import type { SelectProps } from 'antd'
-import type { MainMenuKeyEnum } from '@/utils/cache/cacheEnum'
 import { DownOutlined } from '@ant-design/icons'
 import { useState } from 'react'
 import { useModal } from '@/components/ModalStore'
+import type { MainMenuKeyEnum } from '@/utils/cache/cacheEnum'
+import type { SelectProps } from 'antd'
 
 export const PermDataTypeEunm = {
   CUSTOMER: 'customer',