File tree Expand file tree Collapse file tree 5 files changed +7
-78
lines changed
Expand file tree Collapse file tree 5 files changed +7
-78
lines changed Original file line number Diff line number Diff line change 11<template >
22 <v-card style =" overflow-y : hidden " >
3- <div :class =" themeClasses" ref =" chart" style =" width : 100% ; height : 85vh " ></div >
3+ <div
4+ :class =" themeClasses"
5+ ref =" chart"
6+ style =" width : 100% ; height : calc (100vh - 56px - 36px - 52px )"
7+ ></div >
48 <v-card-actions >
59 <v-spacer ></v-spacer >
610 <v-btn text @click =" exportData" >导出</v-btn >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010 </v-list-item-icon >
1111 </v-list-item >
1212 <ErrorAlert v-model =" error" />
13- <v-list-item v-for =" i in variables" :key =" i.Name " class =" mb-2" >
13+ <v-list-item v-for =" i in variables" :key =" i.Addr " class =" mb-2" >
1414 <v-text-field
1515 style =" font-family : monospace "
1616 dense
Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ export default {
128128 this .Name = " " ;
129129 this .Type = " " ;
130130 this .Addr = " " ;
131- window .console .log (this .randomColor ());
132131 this .Inputcolor = this .randomColor ();
133132 },
134133 openDialog () {
Original file line number Diff line number Diff line change 1010 </v-list-item-icon >
1111 </v-list-item >
1212 <ErrorAlert v-model =" error" />
13- <v-list-item dense v-for =" i in variables" :key =" i.Name " style =" font-family : monospace " >
13+ <v-list-item dense v-for =" i in variables" :key =" i.Addr " style =" font-family : monospace " >
1414 <v-list-item-avatar size =" 20" :color =" i.Inputcolor" />
1515 <v-list-item-content >
1616 <v-list-item-title >
You can’t perform that action at this time.
0 commit comments