我正在使用Angular Material,我正在使用md-dialog为我的画廊添加弹出窗口.默认动画和样式看起来不错.但是,我想改变尺寸的宽度和高度md-dialog-container?这是隐藏的.仅在我单击模态时添加,当您打开chrome dev工具时,您可以看到md-dialog-container显示的内容.包括如何覆盖其余样式.
非常感谢一些帮助.谢谢.
多个axios字体中的错误-令人敬畏的历史资料-ui道具类型react-bootstrap react-dom react-foundation react-redux react-router react-router-dom recharts redux redux-saga找不到模块:错误:无法解析'/ Users / user / Documents / psbank / pslite_web'中的'font-awesome'@多axios font-awesome历史资料-ui道具类型react-bootstrap react-dom react-foundation react-redux react-router react-router -dom记录redux redux-saga
.webpack.config.js:
const webpack = require("webpack");
const path = require("path");
const HtmlWebpackPlugin = require("html-webpack-plugin");
const ExtractTextPlugin = require("extract-text-webpack-plugin");
const VENDOR_LIBS = [
'axios', 'font-awesome', 'history',
'material-ui', 'prop-types', 'react',
'react-bootstrap', 'react-dom', 'react-foundation', 'react-redux', 'react-router', 'react-router-dom', 'recharts', 'redux', 'redux-saga'
];
module.exports = {
entry: {
bundle: ["babel-polyfill", "./src/index.js"],
vendors: VENDOR_LIBS
},
output: {
path: path.resolve(__dirname, "dist"),
filename: …Run Code Online (Sandbox Code Playgroud)