Merge branch 'newfeature/loadricetta' into develop

This commit is contained in:
=
2020-07-09 10:16:59 +02:00
4 changed files with 10 additions and 3 deletions
@@ -1154,6 +1154,9 @@
-webkit-backdrop-filter: blur(10px);
background-color: @color-backdrop;
z-index: 1001;
display: flex;
align-items: center;
justify-content: center;
&.nc {
z-index: 700;
@@ -1324,6 +1324,9 @@ article .box .body {
-webkit-backdrop-filter: blur(10px);
background-color: rgba(217, 217, 217, 0.5);
z-index: 1001;
display: flex;
align-items: center;
justify-content: center;
}
.backdrop.nc {
z-index: 700;
@@ -196,8 +196,8 @@ export const machineStatusStore = {
SetGauge(store, model) {
store.gaugeData = model;
store._adv += .1;
store.gaugeData.timeAdv.value = store._adv;
// store._adv += .1;
// store.gaugeData.timeAdv.value = store._adv;
}
},
actions: {
+2 -1
View File
@@ -35,7 +35,8 @@ module.exports = {
devServer: {
contentBase: __dirname,
historyApiFallback: true,
port: 8900
port: 8900,
host: "0.0.0.0"
// hot: true,
},
entry: ['./src/main.ts'],