修复脚本管理编辑交互,修复ico无法加载

This commit is contained in:
hanhh
2021-08-19 23:46:26 +08:00
parent f86892cef0
commit d9a9d2ee4f
20 changed files with 50 additions and 35 deletions
+1 -2
View File
@@ -104,7 +104,7 @@ const DragableBodyRow = ({
);
};
const Env = () => {
const Env = ({ headerStyle, isPhone, theme }: any) => {
const columns = [
{
title: '序号',
@@ -203,7 +203,6 @@ const Env = () => {
const [editedEnv, setEditedEnv] = useState();
const [selectedRowIds, setSelectedRowIds] = useState<string[]>([]);
const [searchText, setSearchText] = useState('');
const { headerStyle, isPhone } = useCtx();
const getEnvs = () => {
setLoading(true);