| | |
| | | test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
|
| | | loader: 'url-loader',
|
| | | options: {
|
| | | publicPath: '../../',
|
| | | limit: 10000,
|
| | | name: utils.assetsPath('fonts/[name].[hash:7].[ext]')
|
| | | }
|
| | |
| | | // @import './style.scss';
|
| | | @font-face {
|
| | | font-family: digital;
|
| | | src: url('../assets/DS-Digital.ttf');
|
| | | src: url('~@/assets/DS-Digital.ttf');
|
| | | }
|
| | | body {
|
| | | height: 100%;
|
| | |
| | | .table-del {
|
| | | margin-inline: 4px;
|
| | | color: #FF4342;
|
| | | background: url('../assets/img/table-del.png');
|
| | | background: url('~@/assets/img/table-del.png');
|
| | | background-size: contain;
|
| | | }
|
| | | .el-dialog {
|