mirror of
https://github.com/eyebluecn/tank-front
synced 2024-04-21 12:31:55 +00:00
del upload directory tooltip
This commit is contained in:
@@ -598,18 +598,6 @@ export default class List extends TankComponent<IProps, IState> {
|
||||
<Button type="primary" className="mb10">
|
||||
<CloudUploadOutlined />
|
||||
{Lang.t("matter.uploadDir")}
|
||||
<Tooltip title={Lang.t("matter.canIUse")}>
|
||||
<QuestionCircleOutlined
|
||||
className="btn-action"
|
||||
onClick={(e) =>
|
||||
SafeUtil.stopPropagationWrap(e)(
|
||||
window.open(
|
||||
"https://caniuse.com/#feat=input-file-directory"
|
||||
)
|
||||
)
|
||||
}
|
||||
/>
|
||||
</Tooltip>
|
||||
</Button>
|
||||
</Upload>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user