摘要: 题目 <ul> <li>1<li> <li>2<li> <li>3<li> </ul> 代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=dev 阅读全文
posted @ 2023-08-31 19:22 前端导师歌谣 阅读(13) 评论(0) 推荐(0)
摘要: 演示案例 ``` Document ``` 阅读全文
posted @ 2023-08-31 19:21 前端导师歌谣 阅读(23) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:18 前端导师歌谣 阅读(5) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:18 前端导师歌谣 阅读(15) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:17 前端导师歌谣 阅读(8) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:17 前端导师歌谣 阅读(7) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Map</titl 阅读全文
posted @ 2023-08-31 19:17 前端导师歌谣 阅读(7) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:16 前端导师歌谣 阅读(4) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:16 前端导师歌谣 阅读(5) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:16 前端导师歌谣 阅读(7) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:16 前端导师歌谣 阅读(4) 评论(0) 推荐(0)
摘要: import * as React from 'react'; import Box from '@mui/material/Box'; import Paper from '@mui/material/Paper'; import Stack from '@mui/material/Stack'; 阅读全文
posted @ 2023-08-31 19:15 前端导师歌谣 阅读(10) 评论(0) 推荐(0)
摘要: import { Datagrid, EditButton, TextField } from 'react-admin'; interface IMaterialTab { typeId: string } export const MaterialTab = (props: IMaterialT 阅读全文
posted @ 2023-08-31 19:15 前端导师歌谣 阅读(13) 评论(0) 推荐(0)
摘要: return ( <Create mutationOptions={{ onSuccess }} > <SimpleForm> <ReferenceInput source="style_id" reference="t_prod_style" > <SelectInput disabled def 阅读全文
posted @ 2023-08-31 19:15 前端导师歌谣 阅读(12) 评论(0) 推荐(0)
摘要: import { Edit, SimpleForm, TextInput, ReferenceInput } from 'react-admin'; const ContactEdit = () => ( <Edit> <SimpleForm> <TextInput source="first_na 阅读全文
posted @ 2023-08-31 19:14 前端导师歌谣 阅读(15) 评论(0) 推荐(0)
摘要: import { AppBar, Box, Card, CardContent, CardHeader, Container, Divider, Grid, ListItem, ListItemText, Toolbar, Typography } from '@mui/material'; imp 阅读全文
posted @ 2023-08-31 19:14 前端导师歌谣 阅读(15) 评论(0) 推荐(0)
摘要: <Grid style={{ margin: 0, padding: 0, display: "flex" }} > <Grid style={{ width: "70px", margin: "12px 0 0 12px" }} > {typeList && typeList.map((item: 阅读全文
posted @ 2023-08-31 19:14 前端导师歌谣 阅读(18) 评论(0) 推荐(0)
摘要: import * as React from 'react'; import Box from '@mui/material/Box'; import Paper from '@mui/material/Paper'; export default function SimplePaper() { 阅读全文
posted @ 2023-08-31 19:13 前端导师歌谣 阅读(16) 评论(0) 推荐(0)
摘要: <Paper elevation={5} style={{margin:"4px 0 4px 12px"}} > {typeList && typeList.map((item: any, index: any) => ( <ListM component="div"> <ListItem butt 阅读全文
posted @ 2023-08-31 19:13 前端导师歌谣 阅读(10) 评论(0) 推荐(0)
摘要: <Stack direction="row" style={{ margin: 0, padding: 0, display: "flex" }} spacing={{ xs: 1, sm: 2, md: 4 }}> <Paper elevation={5} style={{margin:"4px 阅读全文
posted @ 2023-08-31 19:13 前端导师歌谣 阅读(17) 评论(0) 推荐(0)