Commit a7855646 by 姜雷

修改样式

parent fb00b90d
module.exports = {
presets: ['@vue/app'],
plugins: [
[
'component',
{
libraryName: 'element-ui',
styleLibraryName: 'theme-chalk',
},
],
],
};
......@@ -26,7 +26,6 @@
"@antv/g2": "^3.5.1",
"axios": "^0.18.0",
"blueimp-md5": "^2.10.0",
"element-ui": "^2.4.5",
"js-cookie": "^2.2.0",
"lodash": "^4.17.5",
"normalize.css": "^8.0.0",
......
......@@ -65,6 +65,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
height: 40px;
line-height: 40px;
}
.el-cascader,
.el-input__inner,
.el-button {
height: 22px;
......@@ -88,6 +89,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
height: 56px;
line-height: 56px;
}
.el-cascader,
.el-input__inner,
.el-button {
height: 40px;
......
......@@ -5,10 +5,9 @@ import { constantRouterMap, routeStore } from '../router';
import store from '../store';
import createBaseFetch from './Api';
import configRoutePermission from './permission';
import extendCom from '@/utils/extends';
import '@/assets/styles/index.scss'; // global css
import extendCom from '@/utils/extends';
import { formatRouteLink } from '@/utils/route';
import storeModule from './storeModule';
import mixinModule from './mixins';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment