mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 19:15:13 +00:00
fix: 修复css样式文件报错
This commit is contained in:
parent
07b69ab9a8
commit
c36cc7b15f
@ -173,7 +173,8 @@ input[type=file] {
|
||||
|
||||
.el-col.el-col-sm-24 .ibox {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.el-pagination {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
@ -1,6 +1,5 @@
|
||||
'use strict'
|
||||
const path = require('path')
|
||||
const defaultSettings = require('./src/settings.js')
|
||||
const CompressionWebpackPlugin = require('compression-webpack-plugin')
|
||||
const productionGzipExtensions = /\.(js|css|json|txt|ico|svg)(\?.*)?$/i
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user