mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-14 14:19:16 +00:00
fix: 修复css样式文件报错
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user