Location } from 'devextreme-react/responsive-box'; function screen(width) { return (width < 700) ? 'sm' : 'lg'; } class App extends React.Component {
確定! 回上一頁