@@ -173,6 +173,9 @@ input:-webkit-autofill:active {
background: #636363;
}
+.ant-select-selection-item {
+ text-overflow: unset;
+}
// .react-resizable {
// background-clip: padding-box !important;
// }
@@ -70,6 +70,12 @@ const PermSelect: React.FC<PermSelectProps> = ({ dataType, onConfirm, ...resetPr
/>
{state.showSetting ? (
<Tooltip title="自定义权限">
+ {/* <Button
+ type="primary"
+ shape="circle"
+ className="ml-3"
+ icon={}
+ /> */}
<SettingOutlined className="ml-3" onClick={() => handleOnChange('custom')} />
</Tooltip>
) : null}