working colors

This commit is contained in:
ori agranat
2019-03-14 21:53:49 +02:00
parent cf6f545f08
commit 943afcd31f
5 changed files with 26 additions and 6 deletions

View File

@@ -5647,7 +5647,8 @@
},
"ansi-regex": {
"version": "2.1.1",
"bundled": true
"bundled": true,
"optional": true
},
"aproba": {
"version": "1.2.0",
@@ -6012,7 +6013,8 @@
},
"safe-buffer": {
"version": "5.1.2",
"bundled": true
"bundled": true,
"optional": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -6060,6 +6062,7 @@
"strip-ansi": {
"version": "3.0.1",
"bundled": true,
"optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -6098,11 +6101,13 @@
},
"wrappy": {
"version": "1.0.2",
"bundled": true
"bundled": true,
"optional": true
},
"yallist": {
"version": "3.0.3",
"bundled": true
"bundled": true,
"optional": true
}
}
},

View File

@@ -3,7 +3,7 @@
<div class="layout">
<Layout :style="{minHeight: '100vh'}">
<Sider collapsible :collapsed-width="78" v-model="isCollapsed">
<Menu @on-open-change="onOpenChange" active-name="vision-input" :open-names="['vision']" theme="dark" width="auto" :class="menuitemClasses">
<Menu @on-open-change="onOpenChange" active-name="vision-input" :open-names="['vision']" width="auto" :class="menuitemClasses">
<Submenu name="vision">
<template slot="title">
<Icon type="ios-videocam"/>

View File

@@ -1 +1,4 @@
@import '../node_modules/iview/src/styles/custom.less';
@import '../node_modules/iview/src/styles/index.less';
@primary-color: #ff0000;
@link-color : #ff0000;

View File

@@ -0,0 +1,9 @@
module.exports = {
css: {
loaderOptions: {
less: {
javascriptEnabled: true
}
}
}
}

3
package-lock.json generated Normal file
View File

@@ -0,0 +1,3 @@
{
"lockfileVersion": 1
}